diff options
author | akki95 <akshaydeepiitr@gmail.com> | 2016-01-28 05:47:22 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-02-02 12:39:43 +0000 |
commit | a78f074a0b0be4577ffd9bbf4fe00cc7f06ee9bb (patch) | |
tree | e5024c8baccf279139252fb1e3290b068a06ec63 /sw/uiconfig | |
parent | 18fbddcca569c109ca2f46f7d791187e672d4d83 (diff) |
tdf#70998 Termchange: Graphic/Picture->Image
Changed visible terms as required.
Change-Id: Id4335629977aa8512c753241d7c2203820716b73
Reviewed-on: https://gerrit.libreoffice.org/21857
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/printoptionspage.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/viewoptionspage.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/printoptionspage.ui b/sw/uiconfig/swriter/ui/printoptionspage.ui index 95e5ae2e4399..255cbea7864f 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 834d15a36c9f..bf48688dee5f 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> |