diff options
author | Joren De Cuyper <jorendc@libreoffice.org> | 2014-06-25 21:49:13 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-26 15:43:25 +0000 |
commit | 224d51af5aa9faa33a57f1325431cd12a7952a62 (patch) | |
tree | cad749616f84c5cdaf222a7d2eedb3117c99bc69 | |
parent | 2b7c7fab14ce73dd04d636af05ee837ea7de8f23 (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sw/source/uibase/lingu/olmenu.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/lingu/olmenu.src b/sw/source/uibase/lingu/olmenu.src index 293d8043c7db..6d7947b31d16 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 { |