From 5fe1e8f5d511ad2ac8208a3a43c740bd2c467bd3 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 26 Feb 2013 14:58:45 +0800 Subject: restore isempty/isnotempty operators to bmo/4.2 --- template/en/default/global/field-descs.none.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template/en/default/global/field-descs.none.tmpl') diff --git a/template/en/default/global/field-descs.none.tmpl b/template/en/default/global/field-descs.none.tmpl index 3e86e9bad..46fbc6d31 100644 --- a/template/en/default/global/field-descs.none.tmpl +++ b/template/en/default/global/field-descs.none.tmpl @@ -49,7 +49,9 @@ "changedto" => "changed to", "changedby" => "changed by", "matches" => "matches", - "notmatches" => "does not match", + "notmatches" => "does not match", + "isempty" => "is empty", + "isnotempty" => "is not empty", } %] [% field_types = { ${constants.FIELD_TYPE_UNKNOWN} => "Unknown Type", -- cgit v1.2.3-24-g4f1b