tweaks: harmonize a message with another

master
Benno Schulenberg 2019-10-27 16:19:45 +01:00
parent 7ae305fdc0
commit bad618e537
1 changed files with 1 additions and 1 deletions

View File

@ -2700,7 +2700,7 @@ void do_linter(void)
return;
if (!openfile->syntax || !openfile->syntax->linter) {
statusbar(_("No linter defined for this type of file!"));
statusbar(_("No linter is defined for this type of file"));
return;
}