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 /src | |
parent | c491241989db700c5a3527ba9802639f59f30faf (diff) | |
download | weechat-1fc06ba0acc7bbf1413e0ef587e7405fd81eca34.zip |
core: improve translation of /help eval
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index fcfcd4726..23720fd83 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -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" |