summaryrefslogtreecommitdiff
path: root/installer/config.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-09-25 13:03:53 +0000
committeralecpl <alec@alec.pl>2010-09-25 13:03:53 +0000
commite019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8 (patch)
treeebde4a0ae4c57dd23a84d841b7eb6a04c1b6cdcf /installer/config.php
parent6465a92a38bb42dae3f669e9f2e4f570b6dd5d95 (diff)
- s/RoundCube/Roundcube/
Diffstat (limited to 'installer/config.php')
-rw-r--r--installer/config.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/config.php b/installer/config.php
index 02deb9b6d..073b7b5b2 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -24,7 +24,7 @@ $_SESSION['allowinstaller'] = true;
if (!empty($_POST['submit'])) {
echo '<p class="notice">Copy or download the following configurations and save them in two files';
- echo ' (names above the text box) within the <tt>'.RCMAIL_CONFIG_DIR.'</tt> directory of your RoundCube installation.<br/>';
+ echo ' (names above the text box) within the <tt>'.RCMAIL_CONFIG_DIR.'</tt> directory of your Roundcube installation.<br/>';
echo ' Make sure that there are no characters outside the <tt>&lt;?php ?&gt;</tt> brackets when saving the files.</p>';
$textbox = new html_textarea(array('rows' => 16, 'cols' => 60, 'class' => "configfile"));
@@ -343,12 +343,12 @@ $check_autocreate = new html_checkbox(array('name' => '_auto_create_user', 'id'
echo $check_autocreate->show(intval($RCI->getprop('auto_create_user')), array('value' => 1));
?>
-<label for="cfgautocreate">Automatically create a new RoundCube user when log-in the first time</label><br />
+<label for="cfgautocreate">Automatically create a new Roundcube user when log-in the first time</label><br />
<p class="hint">A user is authenticated by the IMAP server but it requires a local record to store settings
and contacts. With this option enabled a new user record will automatically be created once the IMAP login succeeds.</p>
-<p class="hint">If this option is disabled, the login only succeeds if there's a matching user-record in the local RoundCube database
+<p class="hint">If this option is disabled, the login only succeeds if there's a matching user-record in the local Roundcube database
what means that you have to create those records manually or disable this option after the first login.</p>
</dd>