From 4d436e3ac653b9face748afbe4d3c96b797469b4 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 2 Nov 2012 15:40:15 +0100 Subject: core: expand buffer local variables in evaluation of expressions (command /eval and function "string_eval_expression" in plugin API) --- po/es.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'po/es.po') 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 \n" "Language-Team: weechat-dev \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 " -- cgit v1.2.3