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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jan 11 10:09:05 UTC 2019


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

New commits:
commit c164dbaff63d67f5e89d133c272412aaf4c5c158
Author:     Sass Dávid <sass.dvd98 at gmail.com>
AuthorDate: Wed Jan 9 14:30:25 2019 +0100
Commit:     Heiko Tietze <tietze.heiko at gmail.com>
CommitDate: Fri Jan 11 11:08:39 2019 +0100

    tdf#100701 UI Enhancement: unintuitive naming changed as requested in comments
    
    Options in menus concerning Pivot Table changed to reflect their functionality as requested by Yousuf Philips (jay) in the comments.
    Menu: Data > Pivot Table > Create... -> Insert or Edit...
    Toolbar Tooltip: Insert Pivot Table -> Insert or Edit Pivot Table
    Context Menu: Edit Layout... -> Properties...
    
    Change-Id: I77c909a5de1606fab9e23e3e3614fcae440aa586
    Reviewed-on: https://gerrit.libreoffice.org/66032
    Reviewed-by: Heiko Tietze <tietze.heiko at gmail.com>
    Tested-by: Jenkins

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 1024219a25bb..b5ef09d004d9 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -442,10 +442,10 @@
           <value xml:lang="en-US">Pi~vot Table...</value>
         </prop>
         <prop oor:name="TooltipLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Insert Pivot Table</value>
+          <value xml:lang="en-US">Insert or Edit Pivot Table</value>
         </prop>
         <prop oor:name="PopupLabel" oor:type="xs:string">
-          <value xml:lang="en-US">~Edit Layout...</value>
+          <value xml:lang="en-US">~Properties...</value>
         </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>1</value>
@@ -453,7 +453,7 @@
       </node>
       <node oor:name=".uno:InsertPivotTable" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
-          <value xml:lang="en-US">~Create...</value>
+          <value xml:lang="en-US">~Insert or Edit...</value>
         </prop>
         <prop oor:name="TargetURL" oor:type="xs:string">
           <value>.uno:DataDataPilotRun</value>


More information about the Libreoffice-commits mailing list