diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-22 15:44:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-22 15:44:00 +0100 |
commit | b49f825d0a2c117be5471a372c7c5dd908b0c346 (patch) | |
tree | c48e2b24059cacab0e2ce2fbc437b6acf21947dc /po/fr.po | |
parent | a763797d3609ed6c03ef1c23f72699f0b7622478 (diff) | |
download | weechat-b49f825d0a2c117be5471a372c7c5dd908b0c346.zip |
core: fix typo in /help print
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-21 21:52+0100\n" -"PO-Revision-Date: 2014-01-21 21:51+0100\n" +"POT-Creation-Date: 2014-01-22 15:40+0100\n" +"PO-Revision-Date: 2014-01-22 15:41+0100\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -2081,7 +2081,7 @@ msgid "" " display an error on core buffer:\n" " /print -core -error Some error here\n" " display message on core buffer with prefix \"abc\":\n" -" /print -core abc\tThe message\n" +" /print -core abc\\tThe message\n" " display a message on channel #weechat:\n" " /print -buffer irc.freenode.#weechat Message on #weechat\n" " send alert (BEL):\n" |