diff options
author | Gabriele Ponzo <gabriele@libreitalia.it> | 2018-02-06 11:12:57 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-02-08 22:55:19 +0100 |
commit | badbdb41acf69e3eba4ca7253ec0218dc1e63d0a (patch) | |
tree | 0c1cc8f63282635809960871e801917556f4234f /officecfg | |
parent | 17adc2f8ebe48a3b7dd394269b09240967fc5995 (diff) |
tdf#108224: rename insert author menu entry
The Insert Author menu entry does not insert the author field but the
"DocInformation:Created" field.
Change-Id: I6dadbf17d5cd3cd2c7b652c1b1c28996c1148a8c
Reviewed-on: https://gerrit.libreoffice.org/49281
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 1f4fe350ce11..d1f08c272834 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -828,7 +828,7 @@ </node> <node oor:name=".uno:InsertAuthorField" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Author</value> + <value xml:lang="en-US">First ~Author</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |