1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

Added gettext for some plugins messages

This commit is contained in:
Sebastien Helleu
2007-12-08 10:36:17 +01:00
parent 7b4af2b243
commit 30ab415dc0
2 changed files with 40 additions and 29 deletions
+4 -4
View File
@@ -195,8 +195,8 @@ alias_cb (void *data, void *buffer, int argc, char **argv,
if (ptr_alias->running)
{
weechat_printf (NULL,
_("%sError: circular reference when "
"calling alias \"/%s\""),
_("%sAlias: error, circular reference when calling "
"alias \"/%s\""),
weechat_prefix ("error"),
ptr_alias->name);
return PLUGIN_RC_FAILED;
@@ -353,8 +353,8 @@ alias_get_final_command (struct t_alias *alias)
if (alias->running)
{
weechat_printf (NULL,
_("%sError: circular reference when calling alias "
"\"/%s\""),
_("%sAlias: error, circular reference when calling "
"alias \"/%s\""),
weechat_prefix ("error"),
alias->name);
return NULL;