From 2a7a9a242ff6ba1b2d55946589fc076233005ccd Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Tue, 10 Dec 2002 00:16:27 +0000 Subject: [PATCH] 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 --- nano.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.39.5