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/pt_BR.po | |
parent | 821903986790399f9e5fa98edb4ba684e3ff3b38 (diff) | |
download | weechat-bdbe7e0c376ce783250656e4ec1c50f828676726.zip |
core: fix typo in /help eval
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index f017d0ab2..64ca3863b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ 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" +"POT-Creation-Date: 2013-04-25 12:05+0200\n" "PO-Revision-Date: 2013-03-17 08:20+0100\n" "Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1333,7 +1333,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 " |