Skip to content

Commit

Permalink
Remove 'cake_dev' domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 23, 2014
1 parent 868cbfc commit 38fc6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Template/Error/missing_cell_view.ctp
Expand Up @@ -17,11 +17,11 @@ use Cake\Utility\Inflector;
<h2>Missing Cell View</h2>
<p class="error">
<strong>Error: </strong>
<?= sprintf('The view for <em>%sCell</em> was not found.', h(Inflector::camelize($name))); ?>
<?php printf('The view for <em>%sCell</em> was not found.', h(Inflector::camelize($name))); ?>
</p>

<p>
<?php echo __d('cake_dev', 'Confirm you have created the file: "%s"', h($file . $this->_ext)); ?>
<?php printf('Confirm you have created the file: "%s"', h($file . $this->_ext)); ?>
in one of the following paths:
</p>
<ul>
Expand Down

0 comments on commit 38fc6b7

Please sign in to comment.