feedback: use three dots to indicate processing, like everywhere else

For all occurrences, run:  grep '\.\.\."))' src/*.c
master
Benno Schulenberg 2020-08-03 11:31:02 +02:00
parent e9e26934ea
commit c2b6eb01cd
1 changed files with 1 additions and 1 deletions

View File

@ -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);