diff options
author | Joren De Cuyper <jorendc@libreoffice.org> | 2014-06-24 22:24:44 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-25 10:12:06 +0000 |
commit | f1ee11ce499f02eda7fdd783901f1ad62eac0bc7 (patch) | |
tree | db65acc39be46bc901cfac75baa00a8043ed1271 | |
parent | 140e53564100ed7c7bff881d5b8c10e5fda01dd2 (diff) |
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 <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 0704fa608501..4a3b54242521 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> |