diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-11 09:47:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-11 11:15:41 +0100 |
commit | eafa9394cb6078dee57aff3f7ecbd19ef1af5bce (patch) | |
tree | 871956469e37e37eb14aa330cac79b21f5441780 /officecfg | |
parent | bb3540a7cb6866a7b6c36cd71ea4bb9b0609d1e8 (diff) |
add ellipsis to Floating Frame because it pops up a dialog
Change-Id: I2fe888e79cf1a2ac56ed6115f3548c012b670d5f
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 07f55f3e0cd4..f8a45f1934d5 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -2603,7 +2603,7 @@ </node> <node oor:name=".uno:InsertObjectFloatingFrame" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Float~ing Frame</value> + <value xml:lang="en-US">Float~ing Frame...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |