1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

All messages translated to french, fixed bugs/typos in some messages

This commit is contained in:
Sebastien Helleu
2007-12-18 17:20:08 +01:00
parent 7873047e55
commit 6fd0bd2158
29 changed files with 10337 additions and 9410 deletions
+2 -2
View File
@@ -262,8 +262,8 @@ logger_write_line (struct t_logger_buffer *logger_buffer, char *format, ...)
if (!logger_buffer->log_file)
{
weechat_printf (NULL,
_("%sLogger: unable to write log file \"%s\"\n"),
weechat_prefix ("error"),
_("%s%s: unable to write log file \"%s\""),
weechat_prefix ("error"), "Logger",
logger_buffer->log_filename);
free (logger_buffer->log_filename);
logger_buffer->log_filename = NULL;