From 7c31bcdeac94c254130845c3959753b68c36ea1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sat, 20 Oct 2007 21:57:50 +0000 Subject: #165140 by dww: rename logs to reports (usability improvement) --- modules/update/update.settings.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/update/update.settings.inc') 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 status report, the modules page, and the themes page. 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 status report, the modules page, and the themes page. 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); -- cgit v1.2.3