diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-09-02 21:30:29 +0400 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-09-02 18:15:08 +0000 |
commit | c261d785f3b39f4d96dc20a52ee5f2cb498cc71c (patch) | |
tree | 0b5e89aefea75d58ec433692153f34c896482321 | |
parent | 1e1eb87f36095acefe73579448ceef8442beba5f (diff) |
tdf#92733 Even better labels and tooltips for crop functions
Change-Id: I3b2368e9a0a0183bb46b3162f7c0f1503346c5fc
Reviewed-on: https://gerrit.libreoffice.org/28625
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index bcee0d680db3..da06390aa38f 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1989,10 +1989,10 @@ </node> <node oor:name=".uno:GrafAttrCrop" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Non-Interactive Image Crop...</value> + <value xml:lang="en-US">Crop Image Dialog...</value> </prop> <prop oor:name="ContextLabel" oor:type="xs:string"> - <value xml:lang="en-US">Non-Interactive Crop...</value> + <value xml:lang="en-US">Crop Dialog...</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> @@ -2000,7 +2000,7 @@ </node> <node oor:name=".uno:Crop" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Image Crop</value> + <value xml:lang="en-US">Crop Image</value> </prop> <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">Crop</value> |