Skip to content

Commit

Permalink
Fixing copy paste typos from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jul 7, 2011
1 parent 617db60 commit af12a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/View/Errors/missing_plugin.ctp
Expand Up @@ -12,7 +12,7 @@
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package cake.libs.view.templates.errors
* @since CakePHP(tm) v 0.10.0.1076
* @since CakePHP(tm) v 2.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
?>
Expand All @@ -32,7 +32,7 @@ CakePlugin::load('<?php echo $plugin?>');
</pre>
<p class="notice">
<strong><?php echo __d('cake_dev', 'Loading all plugins'); ?>: </strong>
<?php echo __d('cake_dev', 'If you wish to load all plugins at once, use the following line in your ' . APP_DIR . DS . 'bootstrap.php file'); ?>
<?php echo __d('cake_dev', 'If you wish to load all plugins at once, use the following line in your ' . APP_DIR . DS . 'Config' . DS . 'bootstrap.php file'); ?>
</p>
<pre>
CakePlugin::loadAll();
Expand Down

0 comments on commit af12a17

Please sign in to comment.