diff options
-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 |