diff options
author | Cor Nouws <oolst@nouenoff.nl> | 2013-11-12 23:47:06 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-11-20 05:25:58 -0600 |
commit | ae2a19fa846f533e6ec7d1bb9839a6a709862872 (patch) | |
tree | e80b33f6a259eee52887ed0d885ce55c16814fbc /officecfg | |
parent | 7a32f528fe4746e721e7f1a45f2039b75b08fdfc (diff) |
fdo#59427 next step template menu: change string New Document.. to Manage
TODO: uno:NewDoc sh/could be changed to, but lets fit that in future
improvements/changes in this area
Change-Id: I5e926afbd8cb714962091a973167c928adf0225a
Reviewed-on: https://gerrit.libreoffice.org/6659
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 7b539e1843c7..a16b90042112 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1882,7 +1882,7 @@ </node> <node oor:name=".uno:NewDoc" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">New Document From Template</value> + <value xml:lang="en-US">Manage</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |