summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/field-descs.none.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-07-24 10:33:09 +0200
committerByron Jones <bjones@mozilla.com>2013-07-24 10:33:09 +0200
commit2fe3e064fdeabf1d86b18a71b97cb506a023605b (patch)
tree862d9f4e34c6dc95eb159c46926d38750adbcf57 /template/en/default/global/field-descs.none.tmpl
parent7585e73d0dddc9693e7b86fe39e14808d46048b1 (diff)
downloadbugzilla-2fe3e064fdeabf1d86b18a71b97cb506a023605b.tar.gz
bugzilla-2fe3e064fdeabf1d86b18a71b97cb506a023605b.tar.xz
Bug 345194: Add "is empty" and "is not empty" search operators to the boolean chart
r=LpSolit, a=sgreen
Diffstat (limited to 'template/en/default/global/field-descs.none.tmpl')
-rw-r--r--template/en/default/global/field-descs.none.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/global/field-descs.none.tmpl b/template/en/default/global/field-descs.none.tmpl
index 948ee5efa..34c4dc9ed 100644
--- a/template/en/default/global/field-descs.none.tmpl
+++ b/template/en/default/global/field-descs.none.tmpl
@@ -34,7 +34,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",