1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

Messages normalized for gettext usage.

This commit is contained in:
Sebastien Helleu
2003-10-04 23:22:46 +00:00
parent ddd798a65a
commit 7e069ec3e2
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ t_irc_command irc_commands[] =
N_("user/password: used to get privileges on current IRC server"),
2, 2, 1, irc_cmd_send_oper, NULL, NULL },
{ "part", N_("leave a channel"),
N_("[channel[,channel]]"), N_("channel: channel name to join"),
N_("[channel[,channel]]"), N_("channel: channel name to leave"),
0, MAX_ARGS, 1, NULL, irc_cmd_send_part, irc_cmd_recv_part },
{ "ping", N_("ping server"),
N_("server1 [server2]"),