From 3514b985595e35b69dd3a4e0819aa94dc80a399f Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Tue, 10 Jul 2007 12:08:12 +0000 Subject: Bug 365472 rename 'token_inexistent' to 'token_does_not_exist' or something r=lpsolit a=lpsolit --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index c2bbde28c..05aa0e4b3 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1412,7 +1412,7 @@ [% product FILTER html %] product, which exceeds the maximum of [%+ max FILTER html %] votes for this product. - [% ELSIF error == "token_inexistent" %] + [% ELSIF error == "token_does_not_exist" %] [% title = "Token Does Not Exist" %] The token you submitted does not exist, has expired, or has been canceled. -- cgit v1.2.3-24-g4f1b