diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-25 21:34:23 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-25 21:34:23 +0200 |
commit | bdbe7e0c376ce783250656e4ec1c50f828676726 (patch) | |
tree | 6a6de7c3f3064a1425e61ff9c9b827a07c34e69c /po/fr.po | |
parent | 821903986790399f9e5fa98edb4ba684e3ff3b38 (diff) | |
download | weechat-bdbe7e0c376ce783250656e4ec1c50f828676726.zip |
core: fix typo in /help eval
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-04-23 21:20+0200\n" -"PO-Revision-Date: 2013-04-23 21:21+0200\n" +"POT-Creation-Date: 2013-04-25 12:05+0200\n" +"PO-Revision-Date: 2013-04-25 12:06+0200\n" "Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -1295,7 +1295,7 @@ msgid "" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " "variables one after one (other hdata can be followed)\n" -" hdata(list).var1.var2...: start with a hdata using a list, for example:\n" +" hdata[list].var1.var2...: start with a hdata using a list, for example:\n" " ${buffer[gui_buffers].full_name}: full name of first buffer in linked " "list of buffers\n" " ${plugin[weechat_plugins].name}: name of first plugin in linked list of " @@ -1355,7 +1355,7 @@ msgstr "" " hdata.var1.var2...: démarrer avec un hdata (le pointeur doit être connu), " "et demander les variables l'une après l'autre (d'autres hdata peuvent être " "suivis)\n" -" hdata(list).var1.var2...: démarrer avec un hdata en utilisant une liste, " +" hdata[list].var1.var2...: démarrer avec un hdata en utilisant une liste, " "par exemple :\n" " ${buffer[gui_buffers].full_name}: nom complet du premier tampon dans la " "liste chaînée des tampons\n" |