diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2018-01-27 11:10:15 +0100 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-03-18 10:07:07 +0100 |
commit | 5620d620dce3eecc1eaa6b9062e210fb57bf59ea (patch) | |
tree | 6d8283108401ff31776c77f5f2d6b191367db129 /officecfg | |
parent | 93f8b703a0f0287354723855afe8e65297ecf716 (diff) |
tdf#115228 Terminology TSCP
Renamed some terms
Change-Id: Ia23f2490155101d59ef2bb3ce181709bb427197e
Reviewed-on: https://gerrit.libreoffice.org/48744
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 8314128cdc33..2120254bedcf 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -6460,17 +6460,17 @@ </node> <node oor:name=".uno:ClassificationApply" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Apply Document Classification</value> + <value xml:lang="en-US">Apply document classification</value> </prop> </node> <node oor:name=".uno:ClassificationDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Classification Dialog</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">Paragraph Classification Dialog</value> + <value xml:lang="en-US">Manage paragraph classification</value> </prop> </node> <node oor:name=".uno:EditSelectMenu" oor:op="replace"> |