diff options
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,7 +21,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 21:59+0100\n" "Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1456,8 +1456,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" |