[Libreoffice-commits] core.git: comphelper/source cui/uiconfig svtools/source svx/source
Huzaifa Iftikhar
huzaifa3196 at gmail.com
Fri Dec 23 18:27:26 UTC 2016
comphelper/source/container/embeddedobjectcontainer.cxx | 2 +-
cui/uiconfig/ui/screenshotannotationdialog.ui | 2 +-
svtools/source/misc/svtools.src | 4 ++--
svx/source/gallery2/galtheme.src | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 5c983bc2ab020b0dbbd8f58e66b9a6fd8508bfde
Author: Huzaifa Iftikhar <huzaifa3196 at gmail.com>
Date: Fri Dec 23 01:14:10 2016 +0530
tdf#70998 Change word "Graphic(s)" to "Image(s)"
There was an error in the previous patch inside the file embeddedobjectcontainer.cxx
This is fixed in this patch.
Change-Id: I01c9e254e58e1683a8e6e9a0bcff3c4663bf32e0
Reviewed-on: https://gerrit.libreoffice.org/32353
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: jan iversen <jani at documentfoundation.org>
diff --git a/comphelper/source/container/embeddedobjectcontainer.cxx b/comphelper/source/container/embeddedobjectcontainer.cxx
index 1914773..f0e5709 100644
--- a/comphelper/source/container/embeddedobjectcontainer.cxx
+++ b/comphelper/source/container/embeddedobjectcontainer.cxx
@@ -1244,7 +1244,7 @@ namespace {
}
catch (const uno::Exception&)
{
- SAL_WARN( "comphelper.container", "The pictures storage is not available!\n" );
+ SAL_WARN( "comphelper.container", "The images storage is not available!\n" );
}
}
diff --git a/cui/uiconfig/ui/screenshotannotationdialog.ui b/cui/uiconfig/ui/screenshotannotationdialog.ui
index e5de9be..0da255e 100644
--- a/cui/uiconfig/ui/screenshotannotationdialog.ui
+++ b/cui/uiconfig/ui/screenshotannotationdialog.ui
@@ -74,7 +74,7 @@
</child>
<child>
<object class="GtkImage" id="picture">
- <property name="name">picture</property>
+ <property name="name">image</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="stock">gtk-missing-image</property>
diff --git a/svtools/source/misc/svtools.src b/svtools/source/misc/svtools.src
index 00e70803..ff49b29 100644
--- a/svtools/source/misc/svtools.src
+++ b/svtools/source/misc/svtools.src
@@ -39,11 +39,11 @@ String STR_SVT_24BIT_TRUE_COLOR
};
String STR_SVT_ESTIMATED_SIZE_PIX_1
{
- Text [ en-US ] = "The picture needs about %1 KB of memory.";
+ Text [ en-US ] = "The image needs about %1 KB of memory.";
};
String STR_SVT_ESTIMATED_SIZE_PIX_2
{
- Text [ en-US ] = "The picture needs about %1 KB of memory, the file size is %2 KB.";
+ Text [ en-US ] = "The image needs about %1 KB of memory, the file size is %2 KB.";
};
String STR_SVT_ESTIMATED_SIZE_VEC
{
diff --git a/svx/source/gallery2/galtheme.src b/svx/source/gallery2/galtheme.src
index df64246..7cc69da 100644
--- a/svx/source/gallery2/galtheme.src
+++ b/svx/source/gallery2/galtheme.src
@@ -56,7 +56,7 @@ String RID_GALLERYSTR_THEME_EMOTICONS
String RID_GALLERYSTR_THEME_PHOTOS
{
- Text [ en-US ] = "Pictures";
+ Text [ en-US ] = "Images";
};
String RID_GALLERYSTR_THEME_BACKGROUNDS
More information about the Libreoffice-commits
mailing list