- Corrected the context-sensitive help of the error messages.

4.4.x
Dries Buytaert 2003-12-06 15:06:20 +00:00
parent 8a50107bf7
commit 32fc8d74a0
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ function watchdog_help($section = "admin/help#watchdog") {
$output = t("Watchdog events about adding, changing, and moderating nodes and comments.");
break;
case 'admin/watchdog/error':
$output = t("Watchdog general error events, such as invalid login, permission denied, and database errors.");
$output = t("Watchdog events that are PHP and database errors.");
break;
case 'admin/watchdog/warning':
$output = t("Watchdog warning events. These events don't stop Drupal from running, but are things you should know.");

View File

@ -26,7 +26,7 @@ function watchdog_help($section = "admin/help#watchdog") {
$output = t("Watchdog events about adding, changing, and moderating nodes and comments.");
break;
case 'admin/watchdog/error':
$output = t("Watchdog general error events, such as invalid login, permission denied, and database errors.");
$output = t("Watchdog events that are PHP and database errors.");
break;
case 'admin/watchdog/warning':
$output = t("Watchdog warning events. These events don't stop Drupal from running, but are things you should know.");