diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-11-17 05:40:04 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-11-18 13:47:25 +0100 |
commit | 5eb669d9afbd7ec54e00950fa4832c7756cdf132 (patch) | |
tree | b596aaaa3b63eaf522d65a04de7ab1fb7c587c2f | |
parent | 5e9ba2e6bc08493b10268abdec0c22c1d7c307f6 (diff) |
Improve English in recent translatable strings
Change-Id: I5d2b035ebb35c9bc32fc6cbe96685148e9c155a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142832
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Jenkins
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/optimpressgeneralpage.ui | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index ee7712d51367..8e4ab81fa16d 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -416,7 +416,7 @@ </node> <node oor:name=".uno:OutlineLevelsShown" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Show outline-content to level...</value> + <value xml:lang="en-US">Show Outline Content up to Level...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> diff --git a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui index 6cb9eba76c7f..dc3b00a287c4 100644 --- a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui +++ b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui @@ -146,7 +146,7 @@ </child> <child> <object class="GtkCheckButton" id="enprsntconsfullscreen"> - <property name="label" translatable="yes" context="optimpressgeneralpage|enprsntconsfullscreen">Presenter Console Fullscreen</property> + <property name="label" translatable="yes" context="optimpressgeneralpage|enprsntconsfullscreen">Fullscreen presenter console</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -154,7 +154,7 @@ <property name="draw-indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="enprsntconsfullscreen-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|enprsntconsfullscreen">Specifies that you want to show the Presenter Console as fullscreen window.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|enprsntconsfullscreen">Specifies that you want to show the Presenter Console in fullscreen mode.</property> </object> </child> </object> |