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.
This commit is contained in:
Ingo Schommer 2013-07-10 10:29:04 +02:00
parent f7031b799b
commit 9417092040

View File

@ -13,7 +13,7 @@
<%t ContentController.InstallFilesDeleted "Installation files have been successfully deleted." %>
</p>
<p style="margin: 1em 0">
<%t ContentController.StartEditing 'You can start editing your site\'s content by opening <a href="{link}">the CMS</a>.' link="admin/" %>.
<%t ContentController.StartEditing 'You can start editing your content by opening <a href="{link}">the CMS</a>.' link="admin/" %>
<br />
&nbsp; &nbsp; <%t ContentController.Email "Email" %>: $Username<br />
&nbsp; &nbsp; <%t ContentController.Password "Password" %>: $Password<br />