/SET translation now says if there were any errors

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1810 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-09-22 11:25:08 +00:00 committed by cras
commit bb507a8b85
3 changed files with 38 additions and 4 deletions

View file

@ -213,7 +213,9 @@ enum {
TXT_SET_TITLE,
TXT_SET_ITEM,
TXT_SET_UNKNOWN,
TXT_SET_NOT_BOOLEAN
TXT_SET_NOT_BOOLEAN,
TXT_TRANSLATION_NOT_FOUND,
TXT_TRANSLATION_FILE_ERROR
};
extern FORMAT_REC fecommon_core_formats[];