diff options
author | Andras Timar <andras.timar@collabora.com> | 2017-05-24 11:02:14 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-06-06 14:01:09 +0200 |
commit | 781c8986f2efa35229ab662edef5ebe06c3ca4f3 (patch) | |
tree | 23be50f5421b29981725bb3137dcf773ac7b41c7 /officecfg | |
parent | e19a986cb7a3d7dd2115a86e46fdb06043d9fb87 (diff) |
Watermark command opens a dialog, add ... to the label
Change-Id: I274661b1ec892425d84cd72194c376e498bf70ed
(cherry picked from commit 439cdc8530fef0d7e1a62a66c094a27af2181309)
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 327a7dcd2ad8..a93ed1e2318a 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2885,7 +2885,7 @@ </node> <node oor:name=".uno:Watermark" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Watermark</value> + <value xml:lang="en-US">Watermark...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |