Kaydet (Commit) 5c983bc2 authored tarafından Huzaifa Iftikhar's avatar Huzaifa Iftikhar Kaydeden (comit) jan iversen

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/32353Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarjan iversen <jani@documentfoundation.org>
üst 218179dd
......@@ -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" );
}
}
......
......@@ -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>
......
......@@ -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
{
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment