[Libreoffice-commits] core.git: officecfg/registry
Gabor Kelemen
kelemeng at ubuntu.com
Mon May 7 05:16:28 UTC 2018
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 28ab8b127cf0561789f7683246ca25e889ae43c3
Author: Gabor Kelemen <kelemeng at ubuntu.com>
Date: Fri May 4 13:00:06 2018 +0200
tdf#112382 Rename Field command to Edit Fields in the context menu
This makes the context menu item name match the window title it opens
while not changing the label used in the main menu
Change-Id: I0ac488302f942edea4507a4a0f53a4a84af2f9da
Reviewed-on: https://gerrit.libreoffice.org/53844
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko at gmail.com>
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 3cd597d86d05..05a1d74af765 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1331,6 +1331,9 @@
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">F~ields...</value>
</prop>
+ <prop oor:name="PopupLabel" oor:type="xs:string">
+ <value xml:lang="en-US">Edit F~ields...</value>
+ </prop>
</node>
<node oor:name=".uno:LinkDialog" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
More information about the Libreoffice-commits
mailing list