summaryrefslogtreecommitdiff
path: root/po/es.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-11-02 15:40:15 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-11-02 15:40:15 +0100
commit4d436e3ac653b9face748afbe4d3c96b797469b4 (patch)
treec7ab3ec6cb60375036e943ad6f86e70e4ed31eb6 /po/es.po
parentf7b53fe6aa07d69928fbb0dc9311e7904a8c7673 (diff)
downloadweechat-4d436e3ac653b9face748afbe4d3c96b797469b4.zip
core: expand buffer local variables in evaluation of expressions (command /eval and function "string_eval_expression" in plugin API)
Diffstat (limited to 'po/es.po')
-rw-r--r--po/es.po5
1 files changed, 3 insertions, 2 deletions
diff --git a/po/es.po b/po/es.po
index 005918e54..d4e5317e1 100644
--- a/po/es.po
+++ b/po/es.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.0-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2012-11-02 08:59+0100\n"
+"POT-Creation-Date: 2012-11-02 15:35+0100\n"
"PO-Revision-Date: 2012-09-29 11:42+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1263,7 +1263,8 @@ msgid ""
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of prioity :\n"
" 1. the name of an option (file.section.option)\n"
-" 2. a hdata name/variable (the value is automatically converted to string), "
+" 2. the name of a local variable in buffer\n"
+" 3. a hdata name/variable (the value is automatically converted to string), "
"by default \"window\" and \"buffer\" point to current window/buffer.\n"
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "