diff options
author | timeless%mozdev.org <> | 2007-07-25 11:49:38 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-07-25 11:49:38 +0200 |
commit | 284d2c7b71b6508c91653b4ba31b535f77430df8 (patch) | |
tree | 280c35547946cdee0b7c35335a3b0891863bc2c6 /template/en | |
parent | e6acfe2ddff74715b097684bebf2d4ee50ff3f11 (diff) | |
download | bugzilla-284d2c7b71b6508c91653b4ba31b535f77430df8.tar.gz bugzilla-284d2c7b71b6508c91653b4ba31b535f77430df8.tar.xz |
Bug 363908 Consistently name the Settings control panel (User Preferences)
r=wicked a=lpsolit
thanks to wicked for updating this patch
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/admin.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/admin/settings/updated.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/sidebar.xul.tmpl | 2 |
3 files changed, 3 insertions, 3 deletions
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.</dd> - <dt class="[% class %]"><a href="editsettings.cgi">User Preferences</a></dt> + <dt class="[% class %]"><a href="editsettings.cgi">Default Preferences</a></dt> <dd class="[% class %]">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 <a href="userprefs.cgi?tab=settings">Preferences</a>.</dd> 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.<br> 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 ) { <text class="text-link" onclick="load_relative_url('userprefs.cgi')" value="edit prefs"/> [%- IF user.groups.tweakparams %] <text class="text-link" onclick="load_relative_url('editparams.cgi')" value="edit params"/> - <text class="text-link" onclick="load_relative_url('editsettings.cgi')" value="edit user settings"/> + <text class="text-link" onclick="load_relative_url('editsettings.cgi')" value="edit default preferences"/> [%- END %] [%- IF user.groups.editusers || user.can_bless %] <text class="text-link" onclick="load_relative_url('editusers.cgi')" value="edit users"/> |