tweaks: harmonize a message with another

This commit is contained in:
Benno Schulenberg 2019-10-27 16:19:45 +01:00
parent 7ae305fdc0
commit bad618e537

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;
}