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

core: fix some translation of "tags" in french

This commit is contained in:
Sebastien Helleu
2013-12-15 16:47:38 +01:00
parent d52d214448
commit 4c3d090184
20 changed files with 146 additions and 350 deletions
+1 -1
View File
@@ -1889,7 +1889,7 @@ COMMAND_CALLBACK(filter)
{
gui_chat_printf_date_tags (NULL, 0, GUI_FILTER_TAG_NO_FILTER,
_("%sError: you must specify at least "
"tag(s) or regex for filter"),
"tags or regex for filter"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR]);
return WEECHAT_RC_OK;
}