diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-12-17 11:57:06 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-12-17 12:55:40 -0500 |
commit | 97b583a7bfb5dc9000290c3bdc8df8751a97d65d (patch) | |
tree | de102bd416e30823b2be4f09e061936c9ecdce03 /officecfg | |
parent | f828e91d1b2f0491e3d1c724ddd12f1b9177f466 (diff) |
Change the order of always, never, ask enumerations.
This tri-state option is commonly ordered ask-always-never or
always-never-ask, but not always-ask-never, which is not very common.
Change-Id: Ie3a3d1b40397b5cd7d28e64948a2b946bb619b49
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 2dd5d7cb7021..cc61d8371941 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1524,12 +1524,12 @@ </enumeration> <enumeration oor:value="1"> <info> - <desc>Ask before Recalc</desc> + <desc>Recalc never</desc> </info> </enumeration> <enumeration oor:value="2"> <info> - <desc>Recalc never</desc> + <desc>Ask before Recalc</desc> </info> </enumeration> </constraints> |