From 464ffc8c04f315b2f2aaa8e5620f1fe65a719121 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Sat, 13 Oct 2012 15:35:12 +0200 Subject: Bug 330806: Reword the "Unknown Tab" and the "Invalid Keyword" error messages r/a=LpSolit --- template/en/default/global/user-error.html.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'template') 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 listed - here. + See the list of available keywords. [% END %] [% ELSIF error == "old_password_incorrect" %] @@ -1651,7 +1650,7 @@ [% ELSIF error == "unknown_tab" %] [% title = "Unknown Tab" %] - [% current_tab_name FILTER html %] is not a legal tab name. + There is no tab named [% current_tab_name FILTER html %]. [% ELSIF error == "version_already_exists" %] [% title = "Version Already Exists" %] -- cgit v1.2.3-24-g4f1b