mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
/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:
parent
d246f862e8
commit
bb507a8b85
3 changed files with 38 additions and 4 deletions
|
|
@ -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[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue