diff options
author | lpsolit%gmail.com <> | 2005-06-21 06:14:43 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-06-21 06:14:43 +0200 |
commit | 05843d27d99eb3ee3d6ac400d48af97f23760f44 (patch) | |
tree | e67434b08cb8dba8c2076e3486fffb371cc602af /template/en/default/admin/settings | |
parent | 92f24fd50a29447b3d913cb9e0be8d4be04a9f0f (diff) | |
download | bugzilla-05843d27d99eb3ee3d6ac400d48af97f23760f44.tar.gz bugzilla-05843d27d99eb3ee3d6ac400d48af97f23760f44.tar.xz |
Bug 289693: EditSettings page changes name from the link in the footer - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r/a=myk
Diffstat (limited to 'template/en/default/admin/settings')
-rw-r--r-- | template/en/default/admin/settings/edit.html.tmpl | 16 | ||||
-rw-r--r-- | template/en/default/admin/settings/updated.html.tmpl | 6 |
2 files changed, 11 insertions, 11 deletions
diff --git a/template/en/default/admin/settings/edit.html.tmpl b/template/en/default/admin/settings/edit.html.tmpl index 97bb1ab35..b5377a241 100644 --- a/template/en/default/admin/settings/edit.html.tmpl +++ b/template/en/default/admin/settings/edit.html.tmpl @@ -26,24 +26,24 @@ #%] [% PROCESS global/header.html.tmpl - title = "Edit Global Settings" + title = "Default Preferences" %] [% PROCESS "global/setting-descs.none.tmpl" %] <p> -This lets you edit the global settings values. +This lets you edit the default preferences values. </p> <p> -The Default Value displayed for each setting will apply to all users who +The Default Value displayed for each preference will apply to all users who do not choose their own value, and to anyone who is not logged in. </p> <p> -The 'Enabled' checkbox controls whether or not this setting is available +The 'Enabled' checkbox controls whether or not this preference is available to users.<br> -If it is checked, users will see this setting on their User Preferences page, +If it is checked, users will see this preference on their User Preferences page, and will be allowed to choose their own value if they desire.<br> -If it is not checked, this setting will not appear on the User Preference +If it is not checked, this preference will not appear on the User Preference page, and the Default Value will automatically apply to everyone. </p> <hr> @@ -52,7 +52,7 @@ page, and the Default Value will automatically apply to everyone. <form name="adminsettingform" method="post" action="editsettings.cgi"> <table border="1" cellpadding="4"> <tr> - <th>Setting Text</th> + <th>Preference Text</th> <th>Default Value</th> <th>Enabled</th> <tr> @@ -96,7 +96,7 @@ page, and the Default Value will automatically apply to everyone. </form> [% ELSE %] - There are no settings to edit. + There are no preferences to edit. [% END %] [% PROCESS global/footer.html.tmpl %] diff --git a/template/en/default/admin/settings/updated.html.tmpl b/template/en/default/admin/settings/updated.html.tmpl index 799fdde75..4a569ab8e 100644 --- a/template/en/default/admin/settings/updated.html.tmpl +++ b/template/en/default/admin/settings/updated.html.tmpl @@ -16,12 +16,12 @@ #%] [% PROCESS global/header.html.tmpl - title = "Settings Updated" + title = "Preferences Updated" %] -Your changes to the Global Settings have been saved.<br> +Your changes to the Default Preferences have been saved.<br> <br> Return to the <a -href="editsettings.cgi?action=load">Global Settings</a> page. +href="editsettings.cgi?action=load">Default Preferences</a> page. [% PROCESS global/footer.html.tmpl %] |