mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #1524 from dmromanov/2.4-translations
Removed trailing space in a translation string
This commit is contained in:
commit
bcfa07700b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
<h2><?php echo __d('cake_dev', 'Missing Database Connection'); ?></h2>
|
<h2><?php echo __d('cake_dev', 'Missing Database Connection'); ?></h2>
|
||||||
<p class="error">
|
<p class="error">
|
||||||
<strong><?php echo __d('cake_dev', 'Error'); ?>: </strong>
|
<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 />
|
<br />
|
||||||
<?php
|
<?php
|
||||||
if (isset($message)):
|
if (isset($message)):
|
||||||
|
|
Loading…
Reference in a new issue