officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f1ee11ce499f02eda7fdd783901f1ad62eac0bc7 Author: Joren De Cuyper <[email protected]> Date: Tue Jun 24 22:24:44 2014 +0200 fix fdo#80490 - string 'Auto Spell Checking' This only changes the tooltip when you hover over the icon of the toolbar icon. Change-Id: I1724fbc6e88f6ed8fe200bd1a1c0b7ac4ff16166 Reviewed-on: https://gerrit.libreoffice.org/9885 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 0704fa6..4a3b542 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4141,7 +4141,7 @@ </node> <node oor:name=".uno:SpellOnline" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~AutoSpellcheck</value> + <value xml:lang="en-US">~Automatic Spell Checking</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>9</value>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
