diff --git a/src/text.c b/src/text.c index 7240f608..f5d134f5 100644 --- a/src/text.c +++ b/src/text.c @@ -2450,6 +2450,10 @@ bool do_int_spell_fix(const char *word) openfile->mark_set = old_mark_set; #endif do_replace_loop(TRUE, current_save, ¤t_x_save, word); + + /* TRANSLATORS: Shown after fixing misspellings in one word. */ + statusbar("Next word..."); + napms(400); } }