瀏覽代碼

Changing Squirrelmail to SquirrelMail in strings

Fredrik Jervfors 21 年之前
父節點
當前提交
a981df9c83
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      plugins/administrator/defines.php
  2. 2 2
      plugins/info/setup.php

+ 2 - 2
plugins/administrator/defines.php

@@ -49,7 +49,7 @@ for ($lsv = 100; $lsv <= 300; $lsv += 10) {
 $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                              'type' => SMOPT_TYPE_COMMENT,
                                              'size' => 7 ),
-                 'SM_ver' => array( 'name' => _("Squirrelmail Version"),
+                 'SM_ver' => array( 'name' => _("SquirrelMail Version"),
                                     'type' => SMOPT_TYPE_EXTERNAL,
                                     'value' => "$version" ),
                  'PHP_ver' => array( 'name' => _("PHP Version"),
@@ -350,4 +350,4 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
 
                );
 
-?>
+?>

+ 2 - 2
plugins/info/setup.php

@@ -32,9 +32,9 @@ function info_opt() {
     $optpage_blocks[] = array(
         'name' => _("IMAP server information"),
         'url'  => '../plugins/info/options.php',
-        'desc' => _("Run some test IMAP commands, displaying both the command and the result. These tests use the Squirrelmail IMAP commands and your current Squirrelmail configuration. Custom command strings can be used."),
+        'desc' => _("Run some test IMAP commands, displaying both the command and the result. These tests use the SquirrelMail IMAP commands and your current SquirrelMail configuration. Custom command strings can be used."),
         'js'   => false
     );
 }
 
-?>
+?>