1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

core: improve translation of /help eval

This commit is contained in:
Sébastien Helleu
2017-04-29 17:39:50 +02:00
parent c491241989
commit 1fc06ba0ac
20 changed files with 58 additions and 56 deletions
+2 -2
View File
@@ -7254,8 +7254,8 @@ command_init ()
" > 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"