summaryrefslogtreecommitdiff
path: root/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-12-18 02:36:48 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2015-12-18 13:24:03 +0200
commit3b685bffc9af809109ee777f2d5a29cd907c7faa (patch)
tree684b551ed0ae7aa0b7f088d14107586b41047fd8 /officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
parent399fd4153993c3677eaaf0ad01700d64a1cb5b2c (diff)
Small corrections to Calc context menus
- Re-add clipboard functions to Auditing and Pivot table menus. (In the old implementation, clipboard functions were added to all context menu unconditionally at runtime. This led to odd things like the clipboard functions visible in print preview. Luckily now we can decide which menu should have them.) - Rename Auditing menu to "Detective", to match the menubar. - Rename "Edit Cell" menu name to "Cell Edit". - Rename the page style dialog command back to "Format Page" to match the menubar (Format->Page). Change-Id: I41b7aba8adacbf1ac995be846cd2af3edd52b1c0
Diffstat (limited to 'officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu4
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
index 61ab0b675335..64caade0503b 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcWindowState.xcu
@@ -22,7 +22,7 @@
<node oor:name="States">
<node oor:name="private:resource/popupmenu/audit" oor:op="replace">
<prop oor:name="UIName" oor:type="xs:string">
- <value xml:lang="en-US">Auditing</value>
+ <value xml:lang="en-US">Detective</value>
</prop>
</node>
<node oor:name="private:resource/popupmenu/cell" oor:op="replace">
@@ -32,7 +32,7 @@
</node>
<node oor:name="private:resource/popupmenu/celledit" oor:op="replace">
<prop oor:name="UIName" oor:type="xs:string">
- <value xml:lang="en-US">Edit Cell</value>
+ <value xml:lang="en-US">Cell Edit</value>
</prop>
</node>
<node oor:name="private:resource/popupmenu/chart" oor:op="replace">