From 284d2c7b71b6508c91653b4ba31b535f77430df8 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Wed, 25 Jul 2007 09:49:38 +0000 Subject: Bug 363908 Consistently name the Settings control panel (User Preferences) r=wicked a=lpsolit thanks to wicked for updating this patch --- template/en/default/admin/admin.html.tmpl | 2 +- template/en/default/admin/settings/updated.html.tmpl | 2 +- template/en/default/sidebar.xul.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/admin.html.tmpl b/template/en/default/admin/admin.html.tmpl index 0555cf0f5..d2ac81435 100644 --- a/template/en/default/admin/admin.html.tmpl +++ b/template/en/default/admin/admin.html.tmpl @@ -44,7 +44,7 @@ the mail transfer agent to send email notifications, choose which group of users can use charts and share queries, and much more. -
User Preferences
+
Default Preferences
Set the default user preferences. These are the values which will be used by default for all users. Users will be able to edit their own preferences from the Preferences.
diff --git a/template/en/default/admin/settings/updated.html.tmpl b/template/en/default/admin/settings/updated.html.tmpl index 4a569ab8e..0b83a27bb 100644 --- a/template/en/default/admin/settings/updated.html.tmpl +++ b/template/en/default/admin/settings/updated.html.tmpl @@ -16,7 +16,7 @@ #%] [% PROCESS global/header.html.tmpl - title = "Preferences Updated" + title = "Default Preferences Updated" %] Your changes to the Default Preferences have been saved.
diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl index e2d0d8e22..6161e5f85 100644 --- a/template/en/default/sidebar.xul.tmpl +++ b/template/en/default/sidebar.xul.tmpl @@ -72,7 +72,7 @@ function normal_keypress_handler( aEvent ) { [%- IF user.groups.tweakparams %] - + [%- END %] [%- IF user.groups.editusers || user.can_bless %] -- cgit v1.2.3-24-g4f1b