[Libreoffice-commits] core.git: officecfg/registry
Adolfo Jayme Barrientos (via logerrit)
logerrit at kemper.freedesktop.org
Sat Mar 21 19:31:46 UTC 2020
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3a02e4c424dcf61695c48b31aff4a5ff29acdb72
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Sat Mar 21 13:29:18 2020 -0600
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sat Mar 21 13:29:18 2020 -0600
Casual users don’t care about Unicode code points
It was too geeky to include this detail in the first place,
but the bigger problem was that no other options do.
Besides, the capitalization used here was wrong (menus are
title case).
Change-Id: Ia103850709739aedf43fda2b905143b991a9d43c
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index eaa6e749013a..81298ae07a0c 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -6867,7 +6867,7 @@
</node>
<node oor:name=".uno:InsertNarrowNobreakSpace" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Insert n~arrow no-break space (U+202F)</value>
+ <value xml:lang="en-US">Insert N~arrow No-break Space</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
More information about the Libreoffice-commits
mailing list