From: Chris Allegretta Date: Tue, 10 Dec 2002 00:16:27 +0000 (+0000) Subject: Be more verbose about what we're doing with new spell code X-Git-Tag: v1.1.99pre1~51 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=2a7a9a242ff6ba1b2d55946589fc076233005ccd;p=nano.git Be more verbose about what we're doing with new spell code git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1325 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/nano.c b/nano.c index b50fb57b..22c813b8 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) {