summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-04-29 17:39:50 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-04-29 17:39:50 +0200
commit1fc06ba0acc7bbf1413e0ef587e7405fd81eca34 (patch)
treef157246f9cf01d9edfde77f357ba9cb3c7054eea /doc/de/autogen/user
parentc491241989db700c5a3527ba9802639f59f30faf (diff)
downloadweechat-1fc06ba0acc7bbf1413e0ef587e7405fd81eca34.zip
core: improve translation of /help eval
Diffstat (limited to 'doc/de/autogen/user')
-rw-r--r--doc/de/autogen/user/weechat_commands.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/de/autogen/user/weechat_commands.adoc b/doc/de/autogen/user/weechat_commands.adoc
index 22bbb9ae9..49321733e 100644
--- a/doc/de/autogen/user/weechat_commands.adoc
+++ b/doc/de/autogen/user/weechat_commands.adoc
@@ -274,8 +274,8 @@ expression: expression to evaluate, variables with format ${variable} are replac
> greater
=~ is matching POSIX extended regex
!~ is NOT matching POSIX extended regex
- =* is matching wildcard mask
- !* is NOT matching wildcard mask
+ =* is matching mask (wildcard "*" is allowed)
+ !* is NOT matching mask (wildcard "*" is allowed)
An expression is considered as "true" if it is not NULL, not empty, and different from "0".
The comparison is made using integers if the two expressions are valid integers.