Explorar el Código

Changing Squirrelmail to SquirrelMail in strings

Fredrik Jervfors hace 21 años
padre
commit
a981df9c83
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  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
     );
 }
 
-?>
+?>