summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThais Vieira <thais.vieira@collabora.com>2020-09-04 08:21:28 -0300
committerTor Lillqvist <tml@collabora.com>2020-09-07 15:13:26 +0200
commit5504f14e95bfb57c3d2d4bd47010f0ec433631b7 (patch)
tree844a2b8422393280f22c6b3e204f3082f38a7919
parent571e8062e38ed60839e9a6eae65b6bd72c46e091 (diff)
Loleaflet:fix menu entry
replacing the 'Select...' to 'Select Table' to it be consistent with the pattern. Change-Id: I17ce12fb6dd51256d68c735b7934e4e2bf643fff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102044 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu2
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index 542b1208f00e..c8ca15e3f650 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -2055,7 +2055,7 @@
<value xml:lang="en-US">Select Table</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
- <value xml:lang="en-US">~Select...</value>
+ <value xml:lang="en-US">~Select Table</value>
</prop>
<prop oor:name="PopupLabel" oor:type="xs:string">
<value xml:lang="en-US">Select Table</value>