From bad618e537666a052704f6ce8255df001ace171a Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 27 Oct 2019 16:19:45 +0100 Subject: [PATCH] tweaks: harmonize a message with another --- src/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text.c b/src/text.c index 56bc5643..d815e484 100644 --- 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; }