Skip to content

Commit

Permalink
Fixed issue #6968: Wrong caption in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 29, 2012
1 parent ed6e97a commit 2ed1413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/installer/precheck_view.php
Expand Up @@ -62,7 +62,7 @@ function dirReport($dir, $write, $clang)
<?php } else { ?><?php echo $phpVersion ; ?> <?php } ?></td>
</tr>
<tr>
<td style="width: 209px;"><?php $clang->eT("PHP DBO driver library"); ?></td>
<td style="width: 209px;"><?php $clang->eT("PHP PDO driver library"); ?></td>
<td align="center" style="width: 225px;"><?php $clang->eT("At least one installed"); ?></td>
<td align="center" style="width: 225px;"><?php if (count($dbtypes)==0) { ?><span style='font-weight:bold; color: red'><?php $clang->eT("None found"); ?></span></b>
<?php } else { ?><?php echo implode(', ',$dbtypes); ?> <?php } ?></td>
Expand Down

0 comments on commit 2ed1413

Please sign in to comment.