From 7fe5aa79ab79cc4310d38e9617daca3f16fdf78b Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 8 May 2004 19:23:33 +0000 Subject: [PATCH] Changing Squirrelmail to SquirrelMail in strings git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7401 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/defines.php | 4 ++-- plugins/info/setup.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index f6a3f3c2..1f0d381f 100644 --- a/plugins/administrator/defines.php +++ b/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"), ); -?> \ No newline at end of file +?> diff --git a/plugins/info/setup.php b/plugins/info/setup.php index 5340c0af..2ede4054 100644 --- a/plugins/info/setup.php +++ b/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 ); } -?> \ No newline at end of file +?> -- 2.25.1