From 6ad558ea943ecca88da88c0f9895042546182995 Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Mon, 10 Mar 2014 19:29:30 +0100 Subject: fdo#75924 update button labels of spellcheck dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1009c08fbf32a49a54bea97551883dd140fc1515 Reviewed-on: https://gerrit.libreoffice.org/8522 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- source/text/shared/01/06010000.xhp | 8 ++++---- source/text/swriter/guide/spellcheck_dialog.xhp | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/text/shared/01/06010000.xhp b/source/text/shared/01/06010000.xhp index 5aa295b46e..65122d526e 100644 --- a/source/text/shared/01/06010000.xhp +++ b/source/text/shared/01/06010000.xhp @@ -55,7 +55,7 @@ Suggestions - Lists suggested words to replace the misspelled word. Select the word that you want to use, and then click Change or Change All. + Lists suggested words to replace the misspelled word. Select the word that you want to use, and then click Correct or Correct All. Text Languagespec doc Spelling_and_Grammar.odt @@ -76,7 +76,7 @@ Add + oldref="24">Add to Dictionary Adds the unknown word to a user-defined dictionary. @@ -94,12 +94,12 @@ Change + oldref="18">Correct Replaces the unknown word with the current suggestion. If you changed more than just the misspelled word, the entire sentence is replaced. Change All + oldref="16">Correct All Replaces all occurrences of the unknown word with the current suggestion. Undo diff --git a/source/text/swriter/guide/spellcheck_dialog.xhp b/source/text/swriter/guide/spellcheck_dialog.xhp index 2748ec546c..4cc31c9090 100644 --- a/source/text/swriter/guide/spellcheck_dialog.xhp +++ b/source/text/swriter/guide/spellcheck_dialog.xhp @@ -50,9 +50,9 @@ Do one of the following: - To accept a correction, click the suggestion, and then click Change. - Edit the sentence in the upper text box, and then click Change. - To add the unknown word to a user-defined dictionary, click Add. + To accept a correction, click the suggestion, and then click Correct. + Edit the sentence in the upper text box, and then click Correct. + To add the unknown word to a user-defined dictionary, click Add to Dictionary.
-- cgit