From e019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sat, 25 Sep 2010 09:03:53 -0400 Subject: [PATCH] - s/RoundCube/Roundcube/ --- installer/test.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/test.php b/installer/test.php index d1b5979..45de5e8 100644 --- a/installer/test.php +++ b/installer/test.php @@ -88,7 +88,7 @@ ?> <h3>Check if directories are writable</h3> -<p>RoundCube may need to write/save files into these directories</p> +<p>Roundcube may need to write/save files into these directories</p> <?php if ($RCI->configured) { @@ -255,10 +255,10 @@ $headers = array( 'From' => trim($_POST['_from']), 'To' => trim($_POST['_to']), - 'Subject' => 'Test message from RoundCube', + 'Subject' => 'Test message from Roundcube', ); - $body = 'This is a test to confirm that RoundCube can send email.'; + $body = 'This is a test to confirm that Roundcube can send email.'; $smtp_response = array(); // send mail using configured SMTP server -- Gitblit v1.9.1