diff --git a/nano.c b/nano.c
index b50fb57bfcc4034929af7c97ec766feaa89684c8..22c813b84987ab35e9b1086344ea622ebb1d6b31 100644
--- a/nano.c
+++ b/nano.c
@@ -1689,6 +1689,7 @@ int do_int_speller(char *tempfile_name)
     if (pipe(spell_fd) == -1)
 	return FALSE;
 
+    statusbar(_("Creating misspelled word list, please wait..."));
     /* A new process to run spell in */
 
     if ((pid_spell = fork()) == 0) {