diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-03-22 00:03:43 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-03-22 14:23:56 +0100 |
commit | 998be2816fd74cf8894b675d04f9cf9773c72da6 (patch) | |
tree | 26c2a48a7acf0f71b5366f24e9336d3448df8f36 /officecfg | |
parent | 97269062ca08d4265e15eb0e8343f90f10810403 (diff) |
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
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index a6c3217dcf3d..3efc1ef35698 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> |