Adding missing spaces on Dashboard

--HG--
branch : 1.x
This commit is contained in:
Zoltán Lehóczky
2013-07-18 22:34:06 +02:00
parent 4628d390d7
commit 27d8275916

View File

@@ -11,7 +11,7 @@
</div>
<div class="help-item">
<h2 class="gallery">@T("Get more goodies")</h2>
<p>@T("Change the way your site works and looks with<a href=\"{0}\">themes</a> and<a href=\"{1}\">modules</a>. Theres plenty to choose from in the<a href=\"http://orchardproject.net/gallery\">Orchard Gallery</a>. Were always adding things, so be sure to check back often to see whats new.",
<p>@T("Change the way your site works and looks with <a href=\"{0}\">themes</a> and <a href=\"{1}\">modules</a>. Theres plenty to choose from in the <a href=\"http://orchardproject.net/gallery\">Orchard Gallery</a>. Were always adding things, so be sure to check back often to see whats new.",
Url.Action("Themes", "Gallery", new { area = "Orchard.Packaging" }),
Url.Action("Modules", "Gallery", new { area = "Orchard.Packaging" }))
</p>