[Libreoffice-commits] core.git: sw/source

Joren De Cuyper jorendc at libreoffice.org
Thu Jun 26 08:43:49 PDT 2014


 sw/source/uibase/lingu/olmenu.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 224d51af5aa9faa33a57f1325431cd12a7952a62
Author: Joren De Cuyper <jorendc at libreoffice.org>
Date:   Wed Jun 25 21:49:13 2014 +0200

    fdo#48673 - UI: No keyboard shortcut for "Ignore All" on misspelled word
    
    Also added mnemonic for "Ignore" entry
    
    Change-Id: I044fc0a718a32fe7b502d2c342ba5f09921053ec
    Reviewed-on: https://gerrit.libreoffice.org/9908
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/uibase/lingu/olmenu.src b/sw/source/uibase/lingu/olmenu.src
index 293d804..6d7947b 100644
--- a/sw/source/uibase/lingu/olmenu.src
+++ b/sw/source/uibase/lingu/olmenu.src
@@ -33,7 +33,7 @@ Menu MN_SPELL_POPUP
         {
             Identifier = MN_IGNORE_WORD ;
             HelpID = HID_LINGU_IGNORE_WORD ;
-            Text [ en-US ] = "Ignore All" ;
+            Text [ en-US ] = "I~gnore All" ;
         };
         MenuItem
         {
@@ -116,7 +116,7 @@ String STR_LANGSTATUS_MORE
 };
 String STR_IGNORE_SELECTION
 {
-    Text [ en-US ] = "Ignore" ;
+    Text [ en-US ] = "~Ignore" ;
 };
 String STR_EXPLANATION_LINK
 {


More information about the Libreoffice-commits mailing list