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

Yousuf Philips philipz85 at hotmail.com
Sun Aug 7 06:15:16 UTC 2016


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

New commits:
commit dc25f08521ba73c4d5141c8c9b020de26159b1ed
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Sat Aug 6 20:38:06 2016 +0400

    tdf#91820 Correct insert date and time labels in menu
    
    Change-Id: I0eb4e32901a78c32b2219b24fdf9019ad80a7dbb
    Reviewed-on: https://gerrit.libreoffice.org/27926
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
    Tested-by: Yousuf Philips <philipz85 at hotmail.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 3ad9a2a..1736f8a 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -2096,11 +2096,17 @@
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">Insert Current Date</value>
         </prop>
+        <prop oor:name="ContextLabel" oor:type="xs:string">
+          <value xml:lang="en-US">~Date</value>
+        </prop>
       </node>
       <node oor:name=".uno:InsertCurrentTime" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">Insert Current Time</value>
         </prop>
+        <prop oor:name="ContextLabel" oor:type="xs:string">
+          <value xml:lang="en-US">~Time</value>
+        </prop>
       </node>
       <node oor:name=".uno:ExportAsGraphic" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">


More information about the Libreoffice-commits mailing list