[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - officecfg/registry
Tsutomu Uchino
hanya at apache.org
Mon Jan 19 10:13:35 PST 2015
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2c11fc40e0500da7fc217e1bc1290adfdccab82f
Author: Tsutomu Uchino <hanya at apache.org>
Date: Mon Jan 19 17:12:22 2015 +0000
#i116863# remove the extra space before colon in the label for date number format
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index fbdbdbb..0a17cdb 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3813,7 +3813,7 @@
</node>
<node oor:name=".uno:NumberFormatDate" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Number Format : Date</value>
+ <value xml:lang="en-US">Number Format: Date</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
commit f1c5f03d2e6e93739538b0f8afb7a0babaf62dd0
Author: Tsutomu Uchino <hanya at apache.org>
Date: Mon Jan 19 17:10:34 2015 +0000
#i28353# add leading dots for a label Floating Frame
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 75affea..fbdbdbb 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -3311,7 +3311,7 @@
</node>
<node oor:name=".uno:InsertObjectFloatingFrame" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
- <value xml:lang="en-US">Float~ing Frame</value>
+ <value xml:lang="en-US">Float~ing Frame...</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
More information about the Libreoffice-commits
mailing list