typo
authorteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 28 Jan 2002 23:25:07 +0000 (23:25 +0000)
committerteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 28 Jan 2002 23:25:07 +0000 (23:25 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2273 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/administrator/INSTALL
plugins/administrator/defines.php

index 82fbc9a70597e8c2902fce557e1ae62cb1b81f38..b209950b89924014c1e0aa7995673ecaaa72efa3 100644 (file)
@@ -9,4 +9,4 @@ the user you want to have access to that plugin (only one) and
 the group of the user that is running php.
 
 Use this plugin at your won risk, and never before to make a backup
 the group of the user that is running php.
 
 Use this plugin at your won risk, and never before to make a backup
-of the conf.pl file. The code is not tested and not finished.
+of the config.php file. The code is not tested and not finished.
index f2994dae4ded6e2b0c1fbaf05c8a8743f45e9cee..58c82947d3b1c72d84878de5821c9e7e011199b8 100644 (file)
@@ -155,7 +155,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                  '$auto_create_special' => array( 'name' => _("Auto Create Special Folders"),
                                                   'type' => SMOPT_TYPE_BOOLEAN ),
                  /* --------------------------------------------------------*/
                  '$auto_create_special' => array( 'name' => _("Auto Create Special Folders"),
                                                   'type' => SMOPT_TYPE_BOOLEAN ),
                  /* --------------------------------------------------------*/
-                 'Group4' => array( 'name' => _("General OPtions"),
+                 'Group4' => array( 'name' => _("General Options"),
                                     'type' => SMOPT_TYPE_TITLE ),
                  '$default_charset' => array( 'name' => _("Default Charset"),
                                               'type' => SMOPT_TYPE_STRING,
                                     'type' => SMOPT_TYPE_TITLE ),
                  '$default_charset' => array( 'name' => _("Default Charset"),
                                               'type' => SMOPT_TYPE_STRING,
@@ -192,4 +192,4 @@ $defcfg['$motd'] = array( 'name' => _("Message of the Day"),
                           'type' => SMOPT_TYPE_STRING,
                           'size' => 40 );
 
                           'type' => SMOPT_TYPE_STRING,
                           'size' => 40 );
 
-?>
\ No newline at end of file
+?>