diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-12-20 23:53:14 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-12-20 23:53:14 +0000 |
commit | 63d728a6a17af9731ff0392154ba3a676757dd5e (patch) | |
tree | 2e6425d672de2d90648b8bf9205ba150884184f3 /src | |
parent | 503350f46b5720dcd3fea9273296d03c752b71d6 (diff) | |
download | weechat-63d728a6a17af9731ff0392154ba3a676757dd5e.zip |
Added Czech translations
Diffstat (limited to 'src')
-rw-r--r-- | src/irc/irc-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc-commands.c b/src/irc/irc-commands.c index cddcbc6e0..b893e67df 100644 --- a/src/irc/irc-commands.c +++ b/src/irc/irc-commands.c @@ -61,7 +61,7 @@ t_irc_command irc_commands[] = "%n action|ping|version", 2, MAX_ARGS, 1, NULL, irc_cmd_send_ctcp, NULL }, { "dcc", N_("starts DCC (file or chat) or close chat"), N_("action [nickname [file]]"), - N_( "action: 'send' (file) or 'chat' or 'close' (chat)\n" + N_(" action: 'send' (file) or 'chat' or 'close' (chat)\n" "nickname: nickname to send file or chat\n" " file: filename (on local host)"), "chat|send|close %n %f", 1, MAX_ARGS, 1, NULL, irc_cmd_send_dcc, NULL }, |