From 4b41af8f3a25a2b2db655ee7333ac71d37af2d40 Mon Sep 17 00:00:00 2001 From: Bertrand Le Roy Date: Mon, 24 Jun 2013 17:08:40 -0700 Subject: [PATCH] Fixed string grammar in upgrade module. --HG-- branch : 1.x --- .../Modules/Upgrade/Views/ContentPicker/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Upgrade/Views/ContentPicker/Index.cshtml b/src/Orchard.Web/Modules/Upgrade/Views/ContentPicker/Index.cshtml index d12647cfa..29d12be6d 100644 --- a/src/Orchard.Web/Modules/Upgrade/Views/ContentPicker/Index.cshtml +++ b/src/Orchard.Web/Modules/Upgrade/Views/ContentPicker/Index.cshtml @@ -6,7 +6,7 @@ Html.ValidationSummary();
@T("Migrating Content Picker:") - @T("This migration step will move you content picker menu items to its new location.") + @T("This migration step will move your content picker menu items to their new location.")