- Fixed typo.
parent
32fc8d74a0
commit
8e476307e8
|
@ -26,7 +26,7 @@ function watchdog_help($section = "admin/help#watchdog") {
|
||||||
$output = t("Watchdog events about adding, changing, and moderating nodes and comments.");
|
$output = t("Watchdog events about adding, changing, and moderating nodes and comments.");
|
||||||
break;
|
break;
|
||||||
case 'admin/watchdog/error':
|
case 'admin/watchdog/error':
|
||||||
$output = t("Watchdog events that are PHP and database errors.");
|
$output = t("Watchdog events about PHP and database errors.");
|
||||||
break;
|
break;
|
||||||
case 'admin/watchdog/warning':
|
case 'admin/watchdog/warning':
|
||||||
$output = t("Watchdog warning events. These events don't stop Drupal from running, but are things you should know.");
|
$output = t("Watchdog warning events. These events don't stop Drupal from running, but are things you should know.");
|
||||||
|
|
|
@ -26,7 +26,7 @@ function watchdog_help($section = "admin/help#watchdog") {
|
||||||
$output = t("Watchdog events about adding, changing, and moderating nodes and comments.");
|
$output = t("Watchdog events about adding, changing, and moderating nodes and comments.");
|
||||||
break;
|
break;
|
||||||
case 'admin/watchdog/error':
|
case 'admin/watchdog/error':
|
||||||
$output = t("Watchdog events that are PHP and database errors.");
|
$output = t("Watchdog events about PHP and database errors.");
|
||||||
break;
|
break;
|
||||||
case 'admin/watchdog/warning':
|
case 'admin/watchdog/warning':
|
||||||
$output = t("Watchdog warning events. These events don't stop Drupal from running, but are things you should know.");
|
$output = t("Watchdog warning events. These events don't stop Drupal from running, but are things you should know.");
|
||||||
|
|
Loading…
Reference in New Issue