spelling: gettextize the next-word message
parent
d7d3a87624
commit
f7c3e1cac2
|
@ -2458,7 +2458,7 @@ bool do_int_spell_fix(const char *word)
|
||||||
do_replace_loop(TRUE, current_save, ¤t_x_save, word);
|
do_replace_loop(TRUE, current_save, ¤t_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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue