Change Cake to CakePHP

This commit is contained in:
Bryan Crowe 2013-10-28 22:14:50 -04:00
parent 1f3b4838fb
commit 8eb6652fd7
3 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>