From efe725f656d0e44bef2c1573a59d3eddf3029b2a Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 23 Jul 2007 03:25:10 +0000 Subject: Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all documentation r=colin.ogilvie, kevin.benton --- template/en/default/global/user-error.html.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 658532766..77d7d335c 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -629,12 +629,12 @@ You entered [% value FILTER html %], which isn't. [% ELSIF error == "illegal_attachment_edit" %] - [% title = "Unauthorised Action" %] - You are not authorised to edit attachment [% attach_id FILTER html %]. + [% title = "Unauthorized Action" %] + You are not authorized to edit attachment [% attach_id FILTER html %]. [% ELSIF error == "illegal_attachment_edit_bug" %] - [% title = "Unauthorised Action" %] - You are not authorised to edit attachments on [% terms.bug %] + [% title = "Unauthorized Action" %] + You are not authorized to edit attachments on [% terms.bug %] [%+ bug_id FILTER html %]. [% ELSIF error == "illegal_attachment_is_patch" %] @@ -721,12 +721,12 @@ [% ELSIF error == "illegal_series_creation" %] [% admindocslinks = {'groups.html' => 'Group security'} %] [% docslinks = {'reporting.html' => 'Reporting'} %] - You are not authorised to create series. + You are not authorized to create series. [% ELSIF error == "illegal_series_edit" %] [% admindocslinks = {'groups.html' => 'Group security'} %] [% docslinks = {'reporting.html' => 'Reporting'} %] - You are not authorised to edit this series. To do this, you must either + You are not authorized to edit this series. To do this, you must either be its creator, or an administrator. [% ELSIF error == "insufficient_data_points" %] -- cgit v1.2.3-24-g4f1b