commit bad618e537666a052704f6ce8255df001ace171a parent 7ae305fdc0777be9ac0dfad48d8514d23526f0dc Author: Benno Schulenberg <bensberg@telfort.nl> Date: Sun, 27 Oct 2019 16:19:45 +0100 tweaks: harmonize a message with another Diffstat:
M | src/text.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/text.c b/src/text.c @@ -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; }