"Adding translation function around Editing this Page"

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4145 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2006-12-23 05:43:40 +00:00
parent 0d3f1b30de
commit 1be41a5fcf

View file

@ -33,7 +33,7 @@
<?php endif; ?>
<h2><?php __('CakePHP release information is on CakeForge'); ?></h2>
<a href="https://trac.cakephp.org/wiki/notes/1.2.x.x"><?php __('Read the release notes and get the latest version'); ?></a>
<h2>Editing this Page</h2>
<h2><?php __('Editing this Page'); ?></h2>
<p>
<?php __('To change the content of this page, create: /app/views/pages/home.thtml.'); ?><br />
<?php __('To change its layout, create: /app/views/layouts/default.thtml.'); ?><br />