1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-27 05:20:20 -04:00

"error loading script" -> "error in script" because it can be printed at any

time.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2041 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-17 12:02:28 +00:00 committed by cras
parent 00423151f9
commit 81c0ddeedf

View File

@ -35,7 +35,7 @@ FORMAT_REC feperl_formats[] = {
{ "script_list_header", "Loaded scripts:", 0 },
{ "script_list_line", "$[!15]0 $1", 2, { 0, 0 } },
{ "script_list_footer", "", 0 },
{ "script_error", "{error Error loading script {hilight $0}:}", 1, { 0 } },
{ "script_error", "{error Error in script {hilight $0}:}", 1, { 0 } },
{ NULL, NULL, 0 }
};