Browse Source

Improved wording of link to GH repo in home.ctp

Marc Würth 12 years ago
parent
commit
0e348dfbbd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/View/Pages/home.ctp
  2. 1 1
      lib/Cake/Console/Templates/skel/View/Pages/home.ctp

+ 1 - 1
app/View/Pages/home.ctp

@@ -220,7 +220,7 @@ You can also add some CSS styles for your pages at: %s.',
 	<li><a href="irc://irc.freenode.net/cakephp">irc.freenode.net #cakephp</a>
 	<ul><li><?php echo __d('cake_dev', 'Live chat about CakePHP'); ?></li></ul></li>
 	<li><a href="https://github.com/cakephp/"><?php echo __d('cake_dev', 'CakePHP Code'); ?> </a>
-	<ul><li><?php echo __d('cake_dev', 'For the Development of CakePHP Git repository, Downloads'); ?></li></ul></li>
+	<ul><li><?php echo __d('cake_dev', 'Find the CakePHP code on GitHub and contribute to the framework'); ?></li></ul></li>
 	<li><a href="https://github.com/cakephp/cakephp/issues"><?php echo __d('cake_dev', 'CakePHP Issues'); ?> </a>
 	<ul><li><?php echo __d('cake_dev', 'CakePHP Issues'); ?></li></ul></li>
 	<li><a href="https://github.com/cakephp/cakephp/wiki#roadmaps"><?php echo __d('cake_dev', 'CakePHP Roadmaps'); ?> </a>

+ 1 - 1
lib/Cake/Console/Templates/skel/View/Pages/home.ctp

@@ -220,7 +220,7 @@ You can also add some CSS styles for your pages at: %s.',
 	<li><a href="irc://irc.freenode.net/cakephp">irc.freenode.net #cakephp</a>
 	<ul><li><?php echo __d('cake_dev', 'Live chat about CakePHP'); ?></li></ul></li>
 	<li><a href="https://github.com/cakephp/"><?php echo __d('cake_dev', 'CakePHP Code'); ?> </a>
-	<ul><li><?php echo __d('cake_dev', 'For the Development of CakePHP Git repository, Downloads'); ?></li></ul></li>
+	<ul><li><?php echo __d('cake_dev', 'Find the CakePHP code on GitHub and contribute to the framework'); ?></li></ul></li>
 	<li><a href="https://github.com/cakephp/cakephp/issues"><?php echo __d('cake_dev', 'CakePHP Issues'); ?> </a>
 	<ul><li><?php echo __d('cake_dev', 'CakePHP Issues'); ?></li></ul></li>
 	<li><a href="https://github.com/cakephp/cakephp/wiki#roadmaps"><?php echo __d('cake_dev', 'CakePHP Roadmaps'); ?> </a>