From 1fc06ba0acc7bbf1413e0ef587e7405fd81eca34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 29 Apr 2017 17:39:50 +0200 Subject: core: improve translation of /help eval --- doc/ja/autogen/user/weechat_commands.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ja/autogen/user') diff --git a/doc/ja/autogen/user/weechat_commands.adoc b/doc/ja/autogen/user/weechat_commands.adoc index 6b80d8640..d588bd304 100644 --- a/doc/ja/autogen/user/weechat_commands.adoc +++ b/doc/ja/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. -- cgit v1.2.3