diff options
Diffstat (limited to 'installer/config.php')
-rw-r--r-- | installer/config.php | 6 |
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><?php ?></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> |