Fixed string grammar in upgrade module.

--HG--
branch : 1.x
This commit is contained in:
Bertrand Le Roy
2013-06-24 17:08:40 -07:00
parent 54668e989b
commit 4b41af8f3a

View File

@@ -6,7 +6,7 @@
Html.ValidationSummary();
<fieldset>
<legend>@T("Migrating Content Picker:")</legend>
<span class="hint">@T("This migration step will move you content picker menu items to its new location.")</span>
<span class="hint">@T("This migration step will move your content picker menu items to their new location.")</span>
</fieldset>
<fieldset>
<button type="submit">@T("Migrate")</button>