mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-29 16:13:27 +03:00
feedback: use three dots to indicate processing, like everywhere else
For all occurrences, run: grep '\.\.\."))' src/*.c
This commit is contained in:
parent
e9e26934ea
commit
c2b6eb01cd
@ -2612,7 +2612,7 @@ void do_linter(void)
|
|||||||
|
|
||||||
blank_bottombars();
|
blank_bottombars();
|
||||||
currmenu = MLINTER;
|
currmenu = MLINTER;
|
||||||
statusbar(_("Invoking linter, please wait"));
|
statusbar(_("Invoking linter..."));
|
||||||
|
|
||||||
construct_argument_list(&lintargs, openfile->syntax->linter, openfile->filename);
|
construct_argument_list(&lintargs, openfile->syntax->linter, openfile->filename);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user