configmgr/qa/unit/data.xcd | 4 ++-- cui/uiconfig/ui/optmemorypage.ui | 2 +- officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 +- officecfg/registry/data/org/openoffice/Office/UI/ReportCommands.xcu | 2 +- sw/uiconfig/swriter/ui/printoptionspage.ui | 2 +- sw/uiconfig/swriter/ui/viewoptionspage.ui | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-)
New commits: commit a78f074a0b0be4577ffd9bbf4fe00cc7f06ee9bb Author: akki95 <[email protected]> Date: Thu Jan 28 05:47:22 2016 +0530 tdf#70998 Termchange: Graphic/Picture->Image Changed visible terms as required. Change-Id: Id4335629977aa8512c753241d7c2203820716b73 Reviewed-on: https://gerrit.libreoffice.org/21857 Tested-by: Jenkins <[email protected]> Reviewed-by: Samuel Mehrbrodt <[email protected]> diff --git a/configmgr/qa/unit/data.xcd b/configmgr/qa/unit/data.xcd index 8453c3b..4cc86ab 100644 --- a/configmgr/qa/unit/data.xcd +++ b/configmgr/qa/unit/data.xcd @@ -1834,7 +1834,7 @@ </node> <node oor:name=".uno:GrafMode" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="x-no-translate"></value><value xml:lang="en-US">Graphics mode</value> + <value xml:lang="x-no-translate"></value><value xml:lang="en-US">Image mode</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> @@ -3840,7 +3840,7 @@ </node> <node oor:name=".uno:SdGraphicOptions" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="x-no-translate"></value><value xml:lang="en-US">Presentation Graphic Options</value> + <value xml:lang="x-no-translate"></value><value xml:lang="en-US">Presentation Image Options</value> </prop> </node> <node oor:name=".uno:NavigationBarVisible" oor:op="replace"> diff --git a/cui/uiconfig/ui/optmemorypage.ui b/cui/uiconfig/ui/optmemorypage.ui index 691c8f2..072f9b5 100644 --- a/cui/uiconfig/ui/optmemorypage.ui +++ b/cui/uiconfig/ui/optmemorypage.ui @@ -185,7 +185,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Graphics Cache</property> + <property name="label" translatable="yes">Image Cache</property> <attributes> <attribute name="weight" value="bold"/> </attributes> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 3c59b24..89220a4 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1883,7 +1883,7 @@ </node> <node oor:name=".uno:GrafMode" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Graphics mode</value> + <value xml:lang="en-US">Image mode</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ReportCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ReportCommands.xcu index 1c49f22..3d70f1c 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/ReportCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/ReportCommands.xcu @@ -121,7 +121,7 @@ </node> <node oor:name=".uno:ImageControl" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Graphic...</value> + <value xml:lang="en-US">Image..</value> </prop> </node> <node oor:name=".uno:TextDocument" oor:op="replace"> diff --git a/sw/uiconfig/swriter/ui/printoptionspage.ui b/sw/uiconfig/swriter/ui/printoptionspage.ui index 95e5ae2..255cbea 100644 --- a/sw/uiconfig/swriter/ui/printoptionspage.ui +++ b/sw/uiconfig/swriter/ui/printoptionspage.ui @@ -34,7 +34,7 @@ <property name="row_spacing">6</property> <child> <object class="GtkCheckButton" id="graphics"> - <property name="label" translatable="yes">_Pictures and objects</property> + <property name="label" translatable="yes">_Images and objects</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> diff --git a/sw/uiconfig/swriter/ui/viewoptionspage.ui b/sw/uiconfig/swriter/ui/viewoptionspage.ui index 834d15a..bf48688 100644 --- a/sw/uiconfig/swriter/ui/viewoptionspage.ui +++ b/sw/uiconfig/swriter/ui/viewoptionspage.ui @@ -94,7 +94,7 @@ <property name="row_spacing">6</property> <child> <object class="GtkCheckButton" id="graphics"> - <property name="label" translatable="yes">_Graphics and objects</property> + <property name="label" translatable="yes">_Images and objects</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
