teepe 23 年 前
コミット
5f486492a0
2 ファイル変更3 行追加3 行削除
  1. 1 1
      plugins/administrator/INSTALL
  2. 2 2
      plugins/administrator/defines.php

+ 1 - 1
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.

+ 2 - 2
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 );
 
-?>
+?>