Skip to content

Commit

Permalink
Corrected translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
dmromanov committed Aug 13, 2013
1 parent 759c24e commit 64251b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Errors/missing_connection.ctp
Expand Up @@ -36,7 +36,7 @@
<?php endif; ?>
<p class="notice">
<strong><?php echo __d('cake_dev', 'Notice'); ?>: </strong>
<?php echo __d('cake_dev', 'If you want to customize this error message, create %s.', APP_DIR . DS . 'View' . DS . 'Errors' . DS . basename(__FILE__)); ?>
<?php echo __d('cake_dev', 'If you want to customize this error message, create %s', APP_DIR . DS . 'View' . DS . 'Errors' . DS . basename(__FILE__)); ?>
</p>

<?php
Expand Down

0 comments on commit 64251b6

Please sign in to comment.