From f51119a37864bca35737898a8cbba9345e09b124 Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Mon, 25 Jan 2021 09:18:29 +0100 Subject: tdf#75923 "Always Correct" to "Add to AutoCorrect" in Spelling dialog * improve choices for accelerator keys + add tooltip for "Add to AutoCorrect" + add missing extended tip for "Add to Dictionary" * change "Always correct to" to "Always AutoCorrect to" in Spelling context menu. + add tooltip for "Always AutoCorrect to" Change-Id: I54428fcd03ed7205a503935c77a7e08f9682bb1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109809 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- cui/uiconfig/ui/spellingdialog.ui | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'cui/uiconfig') diff --git a/cui/uiconfig/ui/spellingdialog.ui b/cui/uiconfig/ui/spellingdialog.ui index 368e9506efe5..81458c8ff92a 100644 --- a/cui/uiconfig/ui/spellingdialog.ui +++ b/cui/uiconfig/ui/spellingdialog.ui @@ -272,7 +272,7 @@ True False True - _Not in dictionary + _Not in Dictionary True sentence 0 @@ -482,16 +482,17 @@ - Alwa_ys Correct + Add to _AutoCorrect True True True + Add selected suggestion as replacement for incorrect word in AutoCorrect replacement table. center True True - Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacements table. + Adds the current combination of the incorrect word and the replacement word to the AutoCorrect replacement table. @@ -575,13 +576,18 @@ - _Add to Dictionary + Add to _Dictionary True True True center True True + + + Adds the unknown word to a user-defined dictionary. + + 0 @@ -590,7 +596,7 @@ - _Add to Dictionary + Add to _Dictionary True True True -- cgit