Making one error message somewhat clearer.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4867 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
6a007a92c9
Коммит
127ce15d6b
@ -1,3 +1,6 @@
|
||||
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.
|
||||
|
@ -3010,7 +3010,7 @@ void do_linter(void)
|
||||
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;
|
||||
}
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user