[Libreoffice-commits] core.git: officecfg/registry

Tsutomu Uchino hanya at apache.org
Tue Jan 20 05:41:32 PST 2015


 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d8915be647a85e6c20763febc28f015e6e11c688
Author: Tsutomu Uchino <hanya at apache.org>
Date:   Mon Jan 19 17:12:22 2015 +0000

    Resolves: #i116863# remove the extra space before colon...
    
    in the label for date number format
    
    (cherry picked from commit 2c11fc40e0500da7fc217e1bc1290adfdccab82f)
    
    Conflicts:
    	officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
    
    Change-Id: I8e5b6a141948fbce8361b74a3f29db3cdf7d71f4

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index 758b2d0..979bc8d 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1663,7 +1663,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>


More information about the Libreoffice-commits mailing list