Some small bugfixes. Still testing.
[squirrelmail.git] / plugins / administrator / setup.php
index 3331da24567011d3816d1873f755a41785af867e..a90859ae1279b097dafd9d48aabc3afbfd7abb77 100644 (file)
@@ -30,7 +30,7 @@ function squirrelmail_administrator_optpage_register_block() {
     $optpage_blocks[] = array(
         'name' => _("Administration"),
         'url'  => '../plugins/administrator/options.php',
-        'desc' => _("This module allows administrators to run SquirrelMail configuration remotely."),
+        'desc' => _("This module allows administrators to manage SquirrelMail main configuration remotely."),
         'js'   => false
     );
 }