From b00397968b960197fd1a9936472a9773345efece Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 5 Nov 2012 11:12:49 +1300 Subject: [PATCH] Tweaking text for "You can start editing" on successful install --- lang/en.yml | 2 +- templates/Includes/Install_successfullyinstalled.ss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en.yml b/lang/en.yml index 3659d3d3..473b816a 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -173,7 +173,7 @@ en: PUBLISHEDSITE: 'Published Site' Password: Password PostInstallTutorialIntro: 'This website is a simplistic version of a SilverStripe 3 site. To extend this, please take a look at {link}.' - StartEditing: 'You can start editing your site\''s content by opening the CMS.' + StartEditing: 'You can start editing your content by opening the CMS.' UnableDeleteInstall: 'Unable to delete installation files. Please delete the files below manually' VIEWPAGEIN: 'View Page in:' ErrorPage: diff --git a/templates/Includes/Install_successfullyinstalled.ss b/templates/Includes/Install_successfullyinstalled.ss index e7f9b5ce..1752472b 100644 --- a/templates/Includes/Install_successfullyinstalled.ss +++ b/templates/Includes/Install_successfullyinstalled.ss @@ -10,7 +10,7 @@     <%t ContentController.Password "Password" %>: $Password

- <%t ContentController.StartEditing 'You can start editing your site\'s content by opening the CMS.' link="admin/" %> + <%t ContentController.StartEditing 'You can start editing your content by opening the CMS.' link="admin/" %>

@@ -18,4 +18,4 @@

<%t ContentController.InstallSecurityWarning 'For security reasons you should now delete the install files, unless you are planning to reinstall later (requires admin login, see above). The web server also now only needs write access to the "assets" folder, you can remove write access from all other folders. Click here to delete the install files.' link="home/deleteinstallfiles" %>

-
\ No newline at end of file +