mirror of
git://git.sv.gnu.org/nano.git
synced 2025-01-08 02:32:00 +03:00
tweaks: harmonize a message with another
This commit is contained in:
parent
7ae305fdc0
commit
bad618e537
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user