Browse Source

Merge pull request #1524 from dmromanov/2.4-translations

Removed trailing space in a translation string
Christian Winther 12 years ago
parent
commit
bcfa07700b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/View/Errors/missing_connection.ctp

+ 1 - 1
lib/Cake/View/Errors/missing_connection.ctp

@@ -20,7 +20,7 @@
 <h2><?php echo __d('cake_dev', 'Missing Database Connection'); ?></h2>
 <p class="error">
 	<strong><?php echo __d('cake_dev', 'Error'); ?>: </strong>
-	<?php echo __d('cake_dev', 'A Database connection using "%s" was missing or unable to connect. ', h($class)); ?>
+	<?php echo __d('cake_dev', 'A Database connection using "%s" was missing or unable to connect.', h($class)); ?>
 	<br />
 	<?php
 	if (isset($message)):