diff options
author | timeless%mozdev.org <> | 2003-03-30 11:27:08 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2003-03-30 11:27:08 +0000 |
commit | 003f85e07ba3143619eb883a09bf559f7430fd05 (patch) | |
tree | a9241d8e3cc4c2cc3c782add36ecde1ffee6bf1d /template | |
parent | e8c8757659a4253983fd70b91e44b279a0d67364 (diff) | |
download | bugs-003f85e07ba3143619eb883a09bf559f7430fd05.tar bugs-003f85e07ba3143619eb883a09bf559f7430fd05.tar.gz bugs-003f85e07ba3143619eb883a09bf559f7430fd05.tar.bz2 bugs-003f85e07ba3143619eb883a09bf559f7430fd05.tar.xz bugs-003f85e07ba3143619eb883a09bf559f7430fd05.zip |
Bug 197689 Missing Query - The query named $name seems to no longer exist.
r=bbaetz a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 11899fe70..a89d029eb 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -362,7 +362,7 @@ [% ELSIF error == "missing_query" %] [% title = "Missing Query" %] - The query named <em>[% queryname FILTER html %]</em> seems to no longer + The query named <em>[% queryname FILTER html %]</em> does not exist. [% ELSIF error == "need_component" %] |