diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-29 17:39:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-29 17:39:50 +0200 |
commit | 1fc06ba0acc7bbf1413e0ef587e7405fd81eca34 (patch) | |
tree | f157246f9cf01d9edfde77f357ba9cb3c7054eea /po/it.po | |
parent | c491241989db700c5a3527ba9802639f59f30faf (diff) | |
download | weechat-1fc06ba0acc7bbf1413e0ef587e7405fd81eca34.zip |
core: improve translation of /help eval
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-04-29 17:04+0200\n" +"POT-Creation-Date: 2017-04-29 17:38+0200\n" "PO-Revision-Date: 2017-01-06 22:04+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1471,8 +1471,8 @@ msgid "" " > greater\n" " =~ is matching POSIX extended regex\n" " !~ is NOT matching POSIX extended regex\n" -" =* is matching wildcard mask\n" -" !* is NOT matching wildcard mask\n" +" =* is matching mask (wildcard \"*\" is allowed)\n" +" !* is NOT matching mask (wildcard \"*\" is allowed)\n" "\n" "An expression is considered as \"true\" if it is not NULL, not empty, and " "different from \"0\".\n" |