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

Maxim Monastirsky momonasmon at gmail.com
Wed Nov 26 12:56:55 PST 2014


 officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit ad19a7057efff98dd8656405d045c7df11a785b1
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date:   Wed Nov 26 19:50:04 2014 +0200

    Fix .uno:NumberFormatTime tooltip
    
    Change-Id: I4fb9842002f5dcc56c962a9a3437837110c7625d

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 120d1f6..9e6c7de 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -1692,6 +1692,9 @@
       </node>
       <node oor:name=".uno:NumberFormatTime" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
+          <value xml:lang="en-US">Format as Time</value>
+        </prop>
+        <prop oor:name="ContextLabel" oor:type="xs:string">
           <value xml:lang="en-US">Time</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">


More information about the Libreoffice-commits mailing list