spelling: gettextize the next-word message

master
Benno Schulenberg 2016-05-18 10:25:16 +02:00
parent d7d3a87624
commit f7c3e1cac2
1 changed files with 1 additions and 1 deletions

View File

@ -2458,7 +2458,7 @@ bool do_int_spell_fix(const char *word)
do_replace_loop(TRUE, current_save, &current_x_save, word); do_replace_loop(TRUE, current_save, &current_x_save, word);
/* TRANSLATORS: Shown after fixing misspellings in one word. */ /* TRANSLATORS: Shown after fixing misspellings in one word. */
statusbar("Next word..."); statusbar(_("Next word..."));
napms(400); napms(400);
} }
} }