From f7c3e1cac2259c9d14644e27be956354acf33d69 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Wed, 18 May 2016 10:25:16 +0200
Subject: [PATCH] spelling: gettextize the next-word message

---
 src/text.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/text.c b/src/text.c
index cf0690c7..3f2bd4c9 100644
--- a/src/text.c
+++ b/src/text.c
@@ -2458,7 +2458,7 @@ bool do_int_spell_fix(const char *word)
 	    do_replace_loop(TRUE, current_save, &current_x_save, word);
 
 	    /* TRANSLATORS: Shown after fixing misspellings in one word. */
-	    statusbar("Next word...");
+	    statusbar(_("Next word..."));
 	    napms(400);
 	}
     }
-- 
GitLab