diff options
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index ed9dda45b..c448a9143 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -394,7 +394,7 @@ function system_menu() { // menu items that are basically just menu blocks $items['admin/settings'] = array( 'title' => 'Site configuration', - 'description' => 'Adjust basic site configuration options.', + 'description' => 'Configure site settings.', 'position' => 'right', 'weight' => -5, 'page callback' => 'system_settings_overview', |