summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2016-08-07 20:12:17 +0400
committerYousuf Philips <philipz85@hotmail.com>2016-08-08 19:59:57 +0000
commitbc611f3373030082a8da518239cbfc1b58b25535 (patch)
tree9d28c11ff2d5af5da1cb4d8975626c1ec9224711
parent8cb19762323016f4bb31494404e5c7e29d4081a7 (diff)
tdf#92733 Better labels and tooltips for crop functions
Change-Id: I5f87fab29c39d7597d49733f49b43fff8cc04485 Reviewed-on: https://gerrit.libreoffice.org/27939 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu7
1 files changed, 5 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index c872d55a9a14..a77d95c625e8 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -1963,7 +1963,10 @@
</node>
<node oor:name=".uno:GrafAttrCrop" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Crop Image...</value>
+ <value xml:lang="en-US">Non-Interactive Image Crop...</value>
+ </prop>
+ <prop oor:name="ContextLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Non-Interactive Crop...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
@@ -1971,7 +1974,7 @@
</node>
<node oor:name=".uno:Crop" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Crop Image</value>
+ <value xml:lang="en-US">Image Crop</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">Crop</value>