[Libreoffice-commits] core.git: officecfg/registry

Joren De Cuyper jorendc at libreoffice.org
Wed Jun 25 03:12:33 PDT 2014


 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 <jorendc at libreoffice.org>
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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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>


More information about the Libreoffice-commits mailing list