[latexila/wip/gspell] spell: improve menu items descriptions



commit 6181b0fa9e732d4a5418e1d91355a775ff6f64af
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Sep 26 19:17:55 2015 +0200

    spell: improve menu items descriptions

 src/main_window_tools.vala |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/main_window_tools.vala b/src/main_window_tools.vala
index a538113..4617e1a 100644
--- a/src/main_window_tools.vala
+++ b/src/main_window_tools.vala
@@ -29,13 +29,14 @@ public class MainWindowTools
         { "ToolsSpellCheckerDialog", null, N_("_Check Spelling…"), null,
             N_("Check the spelling of the current document"), on_spell_checker_dialog },
         { "ToolsSetSpellLanguage", null, N_("_Set Language…"), null,
-            N_("Set the language used for the spell checking"), on_set_language }
+            N_("Set the language used for the spell checking for the current document"),
+            on_set_language }
     };
 
     private const ToggleActionEntry[] _toggle_action_entries =
     {
         { "ToolsInlineSpellChecker", "tools-check-spelling", N_("_Highlight Misspelled Words"), null,
-            N_("Highlight misspelled words in the document"), on_inline_spell_checker }
+            N_("Highlight misspelled words in the current document"), on_inline_spell_checker }
     };
 
     private unowned MainWindow _main_window;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]