summaryrefslogtreecommitdiff
path: root/po/hu.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-12-31 20:37:43 +0100
committerSébastien Helleu <flashcode@flashtux.org>2020-12-31 20:37:43 +0100
commit2ad3da03a2f97f6760d2e333b1b03a11a6639baa (patch)
tree99afbbd041da9a1a179b754e9c87b559cef47a19 /po/hu.po
parent33c7b961464b173aed9a5976f4fa1158a65805c0 (diff)
downloadweechat-2ad3da03a2f97f6760d2e333b1b03a11a6639baa.zip
core: display more verbose debug with two "-d" in command /eval
Now a single -d in command /eval shows less debug messages than previous versions. To get the same debug messages than previous versions, two -d must be used.
Diffstat (limited to 'po/hu.po')
-rw-r--r--po/hu.po7
1 files changed, 4 insertions, 3 deletions
diff --git a/po/hu.po b/po/hu.po
index 1ce3d3999..c5de4d7d6 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2020-12-19 18:17+0100\n"
+"POT-Creation-Date: 2020-12-31 18:53+0100\n"
"PO-Revision-Date: 2020-04-28 16:40+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1462,7 +1462,7 @@ msgid "evaluate expression"
msgstr ""
msgid ""
-"[-n|-s] [-d] <expression> || [-n] [-d] -c <expression1> <operator> "
+"[-n|-s] [-d] <expression> || [-n] [-d [-d]] -c <expression1> <operator> "
"<expression2>"
msgstr ""
@@ -1470,7 +1470,8 @@ msgid ""
" -n: display result without sending it to buffer (debug mode)\n"
" -s: split expression before evaluating it (many commands can be "
"separated by semicolons)\n"
-" -d: display debug output after evaluation\n"
+" -d: display debug output after evaluation (with two -d: more verbose "
+"debug)\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 "