From d0102e1a5120d1b9bf854677a540eb7ab085c14e Mon Sep 17 00:00:00 2001 From: teepe Date: Mon, 28 Jan 2002 23:25:07 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2273 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/INSTALL | 2 +- plugins/administrator/defines.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/administrator/INSTALL b/plugins/administrator/INSTALL index 82fbc9a7..b209950b 100644 --- a/plugins/administrator/INSTALL +++ b/plugins/administrator/INSTALL @@ -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 -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. diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index f2994dae..58c82947 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -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 ), /* --------------------------------------------------------*/ - 'Group4' => array( 'name' => _("General OPtions"), + 'Group4' => array( 'name' => _("General Options"), '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 ); -?> \ No newline at end of file +?> -- 2.25.1