From 9417092040517c210a6b9efe06e3666e4ed14026 Mon Sep 17 00:00:00 2001
From: Ingo Schommer
Date: Wed, 10 Jul 2013 10:29:04 +0200
Subject: [PATCH] Fixed installer message escaping, unified usage (fixes #2211)
Same entity was already fixed in a different file,
we can't have them use different strings, so used the new one instead.
---
templates/Includes/Install_deleteinstallfiles.ss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/Includes/Install_deleteinstallfiles.ss b/templates/Includes/Install_deleteinstallfiles.ss
index 60a57244..7961dc56 100644
--- a/templates/Includes/Install_deleteinstallfiles.ss
+++ b/templates/Includes/Install_deleteinstallfiles.ss
@@ -13,7 +13,7 @@
<%t ContentController.InstallFilesDeleted "Installation files have been successfully deleted." %>
- <%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/" %>
<%t ContentController.Email "Email" %>: $Username
<%t ContentController.Password "Password" %>: $Password