From: Frédéric Buclin Date: Wed, 22 Oct 2014 01:15:20 +0000 (+0200) Subject: Bug 1033068: The "unknown_action" error message could confuse the user X-Git-Tag: bugzilla-4.4.7~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa689e51488c27ba675cb2fdaa967dc5e7e1475a;p=thirdparty%2Fbugzilla.git Bug 1033068: The "unknown_action" error message could confuse the user r=dkl a=sgreen --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 8dbcd45e39..492c2ad4b7 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1725,10 +1725,11 @@ then try again. [% ELSIF error == "unknown_action" %] + [% title = "Unknown Action" %] [% IF action %] - Unknown action [% action FILTER html %]! + Unknown action "[% action.truncate(20, "...") FILTER html %]"! [% ELSE %] - I could not figure out what you wanted to do. + I could not figure out what you wanted to do. [% END %] [% ELSIF error == "unknown_tab" %]