Skip to content

Commit

Permalink
Fixed issue #6444: Fix English sentence on the install directions
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Aug 7, 2012
1 parent 769b5f3 commit 1017e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/installer/dbconfig_view.php
Expand Up @@ -41,7 +41,7 @@
<tr>
<td style="width: 428px;">
<b><?php echo CHtml::activeLabelEx($model, 'dbname', array('label' => $clang->gT("Database name"))); ?></b><br />
<div class="description-field"><?php $clang->eT("If the database not exists it will be created (necessary permission provided). If there are existing LimeSurvey tables these will be upgraded automatically after installation"); ?></div>
<div class="description-field"><?php $clang->eT("If the database does not yet exist it will be created (make sure your database user has the necessary permissions). In contrast, if there are existing LimeSurvey tables in that database they will be upgraded automatically after installation."); ?></div>
</td>
<td style="width: 224px;" align="right"><?php echo CHtml::activeTextField($model, 'dbname', array('required' => 'required')) ?></td>
</tr>
Expand Down

0 comments on commit 1017e41

Please sign in to comment.