diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-10-18 09:47:30 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-10-20 00:48:57 -0500 |
commit | 30550321945597baa8c917512bb5ef29cd627ba9 (patch) | |
tree | 8808eaa494607c5d15428d169965ce8ac686b113 | |
parent | 2ce151c7de49f05072185dba7cd3e1945763ae2d (diff) |
tdf#95155 Rename “Appearance” options to “Application Colors”
The previous name is misleading and confusing, especially
as we have two other Options pages which can be considered
as related to LibreOffice’s “appearance”: “View” and
“Personalization”.
Change-Id: I228f87e3198a33ffc0c3793c1d3acfb6f33d9b32
-rw-r--r-- | cui/source/options/treeopt.src | 2 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/UI.xcs | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/treeopt.src b/cui/source/options/treeopt.src index fac9779839ce..44dc8a5295ed 100644 --- a/cui/source/options/treeopt.src +++ b/cui/source/options/treeopt.src @@ -38,7 +38,7 @@ Resource RID_OFADLG_OPTIONS_TREE_PAGES < "Fonts" ; RID_SVX_FONT_SUBSTITUTION ; > ; < "Security" ; RID_SVXPAGE_INET_SECURITY ; > ; < "Personalization" ; RID_SVXPAGE_PERSONALIZATION ; > ; - < "Appearance" ; RID_SVXPAGE_COLORCONFIG ; > ; + < "Application Colors" ; RID_SVXPAGE_COLORCONFIG ; > ; < "Accessibility" ; RID_SVXPAGE_ACCESSIBILITYCONFIG ; > ; < "Advanced" ; RID_SVXPAGE_OPTIONS_JAVA ; > ; < "Basic IDE Options" ; RID_SVXPAGE_BASICIDE_OPTIONS ; > ; diff --git a/officecfg/registry/schema/org/openoffice/Office/UI.xcs b/officecfg/registry/schema/org/openoffice/Office/UI.xcs index 9d1015e05ab0..80dbc0a74822 100644 --- a/officecfg/registry/schema/org/openoffice/Office/UI.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/UI.xcs @@ -36,7 +36,7 @@ </prop> </group> <group oor:name="ColorScheme"> - <!-- UIHints: Tools / Options / Star|OpenOffice / Appearance --> + <!-- UIHints: Tools / Options / Star|OpenOffice / Application Colors --> <info> <desc>Defines the templates for color settings used to customize the appearance of the applications.</desc> </info> @@ -610,7 +610,7 @@ </info> </prop> <set oor:name="ColorSchemes" oor:node-type="ColorScheme"> - <!-- UIHints: Tools / Options / Star|OpenOffice / Appearance --> + <!-- UIHints: Tools / Options / Star|OpenOffice / Application Colors --> <info> <desc>Lists entries with color settings.</desc> </info> |