diff options
author | Cor Nouws <oolst@nouenoff.nl> | 2019-01-11 14:55:29 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-01-11 17:15:01 +0100 |
commit | 46f2c64eee2213e2921f28645c4ba907d6b83885 (patch) | |
tree | aec3d1cb103b688b14fc39709edad2e6cca0bc69 /officecfg | |
parent | 8ae5d297d46c79a73a02c856417804c371a711ac (diff) |
tdf#115228 nouns in UI are uppercase, hence Manage Document Classification and ..
Change-Id: I8c4f48d8644d7d3775fe693aa5f8b96a6ca41ef5
Reviewed-on: https://gerrit.libreoffice.org/66175
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 9df09104437e..b0add4f0f2b2 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -6690,12 +6690,12 @@ </node> <node oor:name=".uno:ClassificationDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Manage document classification</value> + <value xml:lang="en-US">Manage Document Classification</value> </prop> </node> <node oor:name=".uno:ParagraphClassificationDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Manage paragraph classification</value> + <value xml:lang="en-US">Manage Paragraph Classification</value> </prop> </node> <node oor:name=".uno:EditSelectMenu" oor:op="replace"> |