]> git.wh0rd.org Git - nano.git/commitdiff
Be more verbose about what we're doing with new spell code
authorChris Allegretta <chrisa@asty.org>
Tue, 10 Dec 2002 00:16:27 +0000 (00:16 +0000)
committerChris Allegretta <chrisa@asty.org>
Tue, 10 Dec 2002 00:16:27 +0000 (00:16 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1325 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

nano.c

diff --git a/nano.c b/nano.c
index b50fb57bfcc4034929af7c97ec766feaa89684c8..22c813b84987ab35e9b1086344ea622ebb1d6b31 100644 (file)
--- 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) {