diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-30 09:58:36 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-01-30 09:58:36 +0100 |
commit | 9871f26f0408137bede5647e8197efbb379ced0d (patch) | |
tree | 18b446e9dc5b438b89495fbe08d99b06e0a9a0c2 /po/tr.po | |
parent | 8492280120dc256e667ac887b15526ffcff0127e (diff) | |
download | weechat-9871f26f0408137bede5647e8197efbb379ced0d.zip |
core: split expression before evaluating it in command "/eval -s"
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 5 |
1 files changed, 3 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: 2015-01-30 08:25+0100\n" +"POT-Creation-Date: 2015-01-30 09:41+0100\n" "PO-Revision-Date: 2014-07-25 07:50+0200\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1188,7 +1188,8 @@ msgstr "" msgid "" " -n: display result without sending it to buffer (debug mode)\n" -" -s: split expression (many commands can be separated by semicolons)\n" +" -s: split expression before evaluating it (many commands can be " +"separated by semicolons)\n" " -c: evaluate as condition: use operators and parentheses, return a " "boolean value (\"0\" or \"1\")\n" "expression: expression to evaluate, variables with format ${variable} are " |