diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-12-03 13:20:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-12-03 13:20:23 +0000 |
commit | b561402cdda2293dac6f2f1aafff1090fa2b1ae9 (patch) | |
tree | 27b0cb1440ef2169f2075c463eeed30797284938 /officecfg | |
parent | 4d4ef04f5f8d4d90103e8ca0ee364aed0e384df5 (diff) |
INTEGRATION: CWS lastbeta01 (1.28.18); FILE MERGED
2004/11/25 18:57:43 pb 1.28.18.1: fix: #i37862# 'New Document' back to 'New'
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 152d48322b2a..d395308c44b6 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -3,9 +3,9 @@ * * $RCSfile: GenericCommands.xcu,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: hr $ $Date: 2004-11-27 12:28:38 $ + * last change: $Author: kz $ $Date: 2004-12-03 14:20:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2513,8 +2513,8 @@ </node> <node oor:name=".uno:AddDirect" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="de">~Neues Dokument</value> - <value xml:lang="en-US">~New Document</value> + <value xml:lang="de">~Neu</value> + <value xml:lang="en-US">~New</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |