diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-20 21:57:50 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-20 21:57:50 +0000 |
commit | 7c31bcdeac94c254130845c3959753b68c36ea1e (patch) | |
tree | 334f1a2abbd9de134fba66bcb435b3b2e6c57a1b /modules/update/update.settings.inc | |
parent | 6dcfce0127bc7ea3f4bb843ddcaf44becd98d9fa (diff) | |
download | brdo-7c31bcdeac94c254130845c3959753b68c36ea1e.tar.gz brdo-7c31bcdeac94c254130845c3959753b68c36ea1e.tar.bz2 |
#165140 by dww: rename logs to reports (usability improvement)
Diffstat (limited to 'modules/update/update.settings.inc')
-rw-r--r-- | modules/update/update.settings.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.settings.inc b/modules/update/update.settings.inc index b07f13cb1..855ee6497 100644 --- a/modules/update/update.settings.inc +++ b/modules/update/update.settings.inc @@ -40,7 +40,7 @@ function update_settings() { 'all' => t('All newer versions'), 'security' => t('Only security updates'), ), - '#description' => t('If there are updates available of Drupal core or any of your installed modules and themes, your site will print an error message on the <a href="@status_report">status report</a>, the <a href="@modules_page">modules page</a>, and the <a href="@themes_page">themes page</a>. You can choose to only see these error messages if a security update is available, or to be notified about any newer versions.', array('@status_report' => url('admin/logs/status'), '@modules_page' => url('admin/build/modules'), '@themes_page' => url('admin/build/themes'))) + '#description' => t('If there are updates available of Drupal core or any of your installed modules and themes, your site will print an error message on the <a href="@status_report">status report</a>, the <a href="@modules_page">modules page</a>, and the <a href="@themes_page">themes page</a>. You can choose to only see these error messages if a security update is available, or to be notified about any newer versions.', array('@status_report' => url('admin/reports/status'), '@modules_page' => url('admin/build/modules'), '@themes_page' => url('admin/build/themes'))) ); $form = system_settings_form($form); |