Bug 291723 - Change error message for typing into a network view to be less cryptic.

ChatZilla only.
r=silver
p=gijskruitbosch+bugs@gmail.com (Gijs Kruitbosch)
This commit is contained in:
silver%warwickcompsoc.co.uk 2005-12-28 21:36:30 +00:00
Родитель 61691ea4b9
Коммит c913b1bcba
2 изменённых файлов: 2 добавлений и 5 удалений

Просмотреть файл

@ -3365,10 +3365,7 @@ function cli_say(msg)
default:
if (msg != "")
{
display(getMsg(MSG_ERR_NO_DEFAULT, client.currentObject.TYPE),
MT_ERROR);
}
display(MSG_ERR_NO_DEFAULT, MT_ERROR);
break;
}
}

Просмотреть файл

@ -711,7 +711,7 @@ msg.err.need.server = Command ``%1$S'' must be run in the context of an attach
msg.err.need.channel = Command ``%1$S'' must be run in the context of a channel.
msg.err.need.user = Command ``%1$S'' must be run in the context of a user.
msg.err.need.recip = Command ``%1$S'' must be run in the context of a user or a channel.
msg.err.no.default = No default action for objects of type ``%S''.
msg.err.no.default = Please do not just type into this tab, use an actual command instead.
msg.err.no.match = No match for ``%S''.
msg.err.no.socket = Error creating socket.
msg.err.exhausted = Connection attempts exhausted, giving up.