diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2003-10-11 12:45:59 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2003-10-11 12:45:59 +0000 |
commit | 384b8780b061a1c635e6e2f44969304ae31ad7ae (patch) | |
tree | 466c8b4aab8cfbaa0c4c925c697e87f36e110956 /src | |
parent | c6a53ea8ee3b1901c37adaf93f938501a511a818 (diff) | |
download | weechat-384b8780b061a1c635e6e2f44969304ae31ad7ae.zip |
Added french translation for WeeChat
Diffstat (limited to 'src')
-rw-r--r-- | src/irc/irc-recv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc-recv.c b/src/irc/irc-recv.c index a9745a856..e2ec08e6c 100644 --- a/src/irc/irc-recv.c +++ b/src/irc/irc-recv.c @@ -491,7 +491,7 @@ irc_cmd_recv_nick (t_irc_server *server, char *host, char *arguments) COLOR_WIN_CHAT_NICK, "%s", host); gui_printf_color (ptr_channel->window, - COLOR_WIN_CHAT, " is "); + COLOR_WIN_CHAT, _(" is ")); } gui_printf_color (ptr_channel->window, COLOR_WIN_CHAT, |