diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2012-10-13 15:35:12 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-13 15:35:12 +0200 |
commit | 464ffc8c04f315b2f2aaa8e5620f1fe65a719121 (patch) | |
tree | 190b7b98e077259bebc59925592e6421181da960 | |
parent | c7aecdbc781bceed42faf1b2cef320244522f3a3 (diff) | |
download | bugzilla-464ffc8c04f315b2f2aaa8e5620f1fe65a719121.tar.gz bugzilla-464ffc8c04f315b2f2aaa8e5620f1fe65a719121.tar.xz |
Bug 330806: Reword the "Unknown Tab" and the "Invalid Keyword" error messages
r/a=LpSolit
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index faf4105a7..39d07653c 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1294,8 +1294,7 @@ Either you mis-typed the name or that user has not yet registered for a [% terms.Bugzilla %] account. [% ELSIF class == "Bugzilla::Keyword" %] - The legal keyword names are <a href="describekeywords.cgi">listed - here</a>. + See the list of available <a href="describekeywords.cgi">keywords</a>. [% END %] [% ELSIF error == "old_password_incorrect" %] @@ -1651,7 +1650,7 @@ [% ELSIF error == "unknown_tab" %] [% title = "Unknown Tab" %] - <code>[% current_tab_name FILTER html %]</code> is not a legal tab name. + There is no tab named <code>[% current_tab_name FILTER html %]</code>. [% ELSIF error == "version_already_exists" %] [% title = "Version Already Exists" %] |