diff options
author | Huzaifa Iftikhar <huzaifa3196@gmail.com> | 2016-12-23 01:14:10 +0530 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-12-23 18:27:05 +0000 |
commit | 5c983bc2ab020b0dbbd8f58e66b9a6fd8508bfde (patch) | |
tree | d35993fc3e4ccf3dc48c7909393d4c3cd34578b2 | |
parent | 218179ddbffbc4d4a1e96dfaeebca19cffda5f9c (diff) |
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@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
-rw-r--r-- | comphelper/source/container/embeddedobjectcontainer.cxx | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/screenshotannotationdialog.ui | 2 | ||||
-rw-r--r-- | svtools/source/misc/svtools.src | 4 | ||||
-rw-r--r-- | svx/source/gallery2/galtheme.src | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/comphelper/source/container/embeddedobjectcontainer.cxx b/comphelper/source/container/embeddedobjectcontainer.cxx index 1914773f3923..f0e5709642bf 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 e5de9be5a9e1..0da255e064cc 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 00e70803033d..ff49b2964975 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 df64246732cb..7cc69daa5f6d 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 |