diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-17 21:00:16 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-17 21:00:16 +0100 |
commit | cf93e953b615868b740b1eef006de0d5cb781df7 (patch) | |
tree | 005e46f6851eade1ca0cca671ea03420c3df5575 /po/it.po | |
parent | 4bed85ec9e26d49ba07f4ba4c59ba15c36b75022 (diff) | |
download | weechat-cf93e953b615868b740b1eef006de0d5cb781df7.zip |
core: use ${info:term_width} instead of ${window.win_width} in /help weechat.bar.xxx.conditions (closes #703)
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-03-13 18:25+0100\n" +"POT-Creation-Date: 2016-03-17 20:41+0100\n" "PO-Revision-Date: 2016-01-17 08:52+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4641,7 +4641,7 @@ msgid "" "conditions to display the bar: a simple condition: \"active\", \"inactive\", " "\"nicklist\" (window must be active/inactive, buffer must have a nicklist), " "or an expression with condition(s) (see /help eval), like: \"${nicklist} && " -"${window.win_width} > 100\" (local variables for expression are ${active}, " +"${info:term_width} > 100\" (local variables for expression are ${active}, " "${inactive} and ${nicklist})" msgstr "" |