[Libreoffice-commits] core.git: officecfg/registry
Michael Stahl
mstahl at redhat.com
Tue Mar 22 13:26:39 UTC 2016
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 998be2816fd74cf8894b675d04f9cf9773c72da6
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Mar 22 00:03:43 2016 +0100
sw: "Current Index" doesn't make sense in context menu
This string is used in 2 places now, in the menu as a sub-item of
"Tools->Update" where it fits in, and in the context menu when
right-clicking on an index, where it clearly doesn't.
(regression from 447c313586e9b36acff393feae15f5e1b63861ae)
Change-Id: I280f6c806d543f2fc1fff00976e5007b44b6452b
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index a6c3217..3efc1ef 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -183,6 +183,9 @@
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Current ~Index</value>
</prop>
+ <prop oor:name="PopupLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Update index</value>
+ </prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
</prop>
More information about the Libreoffice-commits
mailing list