+2014-05-13 Benno Schulenberg <bensberg@justemail.net>
+ * src/text.c (do_linter): Make an error message somewhat clearer.
+
2014-05-12 Benno Schulenberg <bensberg@justemail.net>
* src/text.c (do_spell): Provide startup feedback, as for the linter.
* doc/syntax/nanorc.nanorc: Show bright foreground colours as valid.
lintstruct *lints = NULL, *tmplint = NULL, *curlint = NULL;
if (!openfile->syntax || !openfile->syntax->linter) {
- statusbar(_("No linter defined for this file!"));
+ statusbar(_("No linter defined for this type of file!"));
return;
}