diff options
author | Sass Dávid <sass.dvd98@gmail.com> | 2019-01-09 14:30:25 +0100 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2019-01-11 11:08:39 +0100 |
commit | c164dbaff63d67f5e89d133c272412aaf4c5c158 (patch) | |
tree | f4fb8f05c2336a4d463e6d00fd0c899854df5457 /officecfg | |
parent | d1b1d89ee33c50b0d42d7e8fb6f4df96c2513ad0 (diff) |
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@gmail.com>
Tested-by: Jenkins
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 6 |
1 files changed, 3 insertions, 3 deletions
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> |