Skip to content

Commit

Permalink
Merge pull request #2225 from bcrowe/hotfix-cakephp
Browse files Browse the repository at this point in the history
Change Cake to CakePHP
  • Loading branch information
ADmad committed Oct 29, 2013
2 parents 1f3b483 + 8eb6652 commit eef2d91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/View/Pages/home.ctp
Expand Up @@ -194,7 +194,7 @@ You can also add some CSS styles for your pages at: %s.',
</ul>
</p>

<h3><?php echo __d('cake_dev', 'More about Cake'); ?></h3>
<h3><?php echo __d('cake_dev', 'More about CakePHP'); ?></h3>
<p>
<?php echo __d('cake_dev', 'CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC.'); ?>
</p>
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Console/Templates/skel/View/Pages/home.ctp
Expand Up @@ -194,7 +194,7 @@ You can also add some CSS styles for your pages at: %s.',
</ul>
</p>

<h3><?php echo __d('cake_dev', 'More about Cake'); ?></h3>
<h3><?php echo __d('cake_dev', 'More about CakePHP'); ?></h3>
<p>
<?php echo __d('cake_dev', 'CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC.'); ?>
</p>
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/test_app/View/Posts/test_nocache_tags.ctp
Expand Up @@ -91,7 +91,7 @@ if (!empty($filePresent)):
<a href="http://www-128.ibm.com/developerworks/edu/os-dw-os-php-cake1.html"><?php echo __d('cake', 'Cook up Web sites fast with CakePHP'); ?></a><br />
<a href="http://www-128.ibm.com/developerworks/edu/os-dw-os-php-wiki1.html"><?php echo __d('cake', 'Create an interactive production wiki using PHP'); ?></a>
</p>
<h2><?php echo __d('cake', 'More about Cake'); ?></h2>
<h2><?php echo __d('cake', 'More about CakePHP'); ?></h2>
<p>
<?php echo __d('cake', 'CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC.'); ?>
</p>
Expand Down

0 comments on commit eef2d91

Please sign in to comment.