diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-05-01 13:06:15 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-05-01 11:04:10 +0200 |
commit | e7e149508a95d684e033786560bb9972ee59e1ad (patch) | |
tree | cff7339ece9fd06fc9029ab0280a6a23bf24c092 | |
parent | c454fbb9b62164d5f047990ae63522c9fb932086 (diff) |
tdf#79766 Use consistent wording in Asian Layout Kerning option
Change-Id: I4ed78efc82a9dad490930351175dc5d501fdc499
Reviewed-on: https://gerrit.libreoffice.org/37114
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
-rw-r--r-- | cui/uiconfig/ui/optasianpage.ui | 2 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/optasianpage.ui b/cui/uiconfig/ui/optasianpage.ui index 1b7392896d47..79f7e4848251 100644 --- a/cui/uiconfig/ui/optasianpage.ui +++ b/cui/uiconfig/ui/optasianpage.ui @@ -28,7 +28,7 @@ <property name="spacing">6</property> <child> <object class="GtkRadioButton" id="charkerning"> - <property name="label" translatable="yes">_Western characters only</property> + <property name="label" translatable="yes">_Western text only</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 911879ed8287..82493f46a99a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5945,7 +5945,7 @@ <!-- OldPath: --> <!-- OldLocation: --> <!-- UIHints: Tools Options Asian typography Asian layout Kerning - Western characters only--> + Western text only --> <info> <desc>Determines the kerning of western text and/or punctuation inside of Asian text.</desc> |