diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-04 13:17:01 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-10-04 13:19:40 -0400 |
commit | f3fae7d3c64db62568290f105d8404f037793945 (patch) | |
tree | baf3eebb2c2671323894dac27ebe388f046d654f /officecfg | |
parent | 6d5c352cb098daac139cb9c32df3420321eaaf3b (diff) |
Add menu entry for the "formula to value" feature.
Not sure 100% if that's the best place for this. Feel free to move it
to a better place.
Change-Id: Id66a92e1184e988bd71f7d845ea370b021c02c21
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index d81f35b32901..38e9dc2bad12 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1711,7 +1711,7 @@ </node> <node oor:name=".uno:ConvertFormulaToValue" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Convert Formula to Value</value> + <value xml:lang="en-US">Formula to Value</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> |