Commit 378c0bc7 authored by jouni%heikniemi.net's avatar jouni%heikniemi.net

Bug 156426: Query interface had ´:s instead of ':s in "doesn't".

2xr=timeless
parent be3da831
...@@ -325,7 +325,7 @@ function selectProduct(f) { ...@@ -325,7 +325,7 @@ function selectProduct(f) {
{ value => "allwords", description => "contains all of the words" }, { value => "allwords", description => "contains all of the words" },
{ value => "anywords", description => "contains any of the words" }, { value => "anywords", description => "contains any of the words" },
{ value => "regexp", description => "matches the regexp" }, { value => "regexp", description => "matches the regexp" },
{ value => "notregexp", description => "doesn’t match the regexp" } ] %] { value => "notregexp", description => "doesn't match the regexp" } ] %]
[%# *** Summary *** %] [%# *** Summary *** %]
...@@ -557,7 +557,7 @@ function selectProduct(f) { ...@@ -557,7 +557,7 @@ function selectProduct(f) {
{ name => "substring", description => "contains" }, { name => "substring", description => "contains" },
{ name => "exact", description => "is" }, { name => "exact", description => "is" },
{ name => "regexp", description => "matches regexp" }, { name => "regexp", description => "matches regexp" },
{ name => "notregexp", description => "doesn’t match regexp" } ] %] { name => "notregexp", description => "doesn't match regexp" } ] %]
<option value="[% qv.name %]" <option value="[% qv.name %]"
[% " selected" IF default.emailtype.$n == qv.name %]>[% qv.description %]</option> [% " selected" IF default.emailtype.$n == qv.name %]>[% qv.description %]</option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment