From 93123a8e6ff45050558143be06891c82e2ca4f5e Mon Sep 17 00:00:00 2001 From: ADmad Date: Tue, 26 Jun 2012 02:37:40 +0530 Subject: [PATCH] Change "create" to "edit" since said view and layout file already exist in app now. --- app/View/Pages/home.ctp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/View/Pages/home.ctp b/app/View/Pages/home.ctp index 6661e9a62..9a229232c 100644 --- a/app/View/Pages/home.ctp +++ b/app/View/Pages/home.ctp @@ -130,8 +130,8 @@ if (isset($filePresent)):

-To change its layout, create: APP/View/Layouts/default.ctp.
+echo __d('cake_dev', 'To change the content of this page, edit: APP/View/Pages/home.ctp.
+To change its layout, edit: APP/View/Layouts/default.ctp.
You can also add some CSS styles for your pages at: APP/webroot/css.'); ?>