diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-21 11:28:59 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-03-21 11:32:18 -0400 |
commit | f2d009a675755136e2e06b2866bc055b06cea6c8 (patch) | |
tree | 0f1e88b170dd23cfb655f4f8a721d774dc3cd762 /officecfg | |
parent | f5179bcbac9a0b33546e442a9e176b1791dff170 (diff) |
Make it harder to accidentally set print range to '- none -'.
And make the current print range behavior a bit more intuitive. People
often "remove" ranges to quickly clear any custom ranges if set. They
wouldn't expect this to actually set the print range to "none".
Also, change the wording of the menu item from "Remove" to "Clear", to
refect this behavior change.
Change-Id: I0369020fedf1c7463d718809875022adef697bf4
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index cdfd82674a53..249b0baa1c1f 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -550,10 +550,10 @@ </node> <node oor:name=".uno:DeletePrintArea" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Remove Print Area</value> + <value xml:lang="en-US">~Clear Print Area</value> </prop> <prop oor:name="ContextLabel" oor:type="xs:string"> - <value xml:lang="en-US">~Remove</value> + <value xml:lang="en-US">~Clear</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |