From 6797e94da3ca5653e32fcd19bbb48f6f715efb18 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Mon, 25 Jun 2012 17:45:16 -0700 Subject: [PATCH] #18702: Fixing localized string in Tags Work Item: 18702 --HG-- branch : 1.x --- .../Orchard.Tags/Views/EditorTemplates/Parts/Tags.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Tags/Views/EditorTemplates/Parts/Tags.cshtml b/src/Orchard.Web/Modules/Orchard.Tags/Views/EditorTemplates/Parts/Tags.cshtml index 95537a9a8..c06f3ac60 100644 --- a/src/Orchard.Web/Modules/Orchard.Tags/Views/EditorTemplates/Parts/Tags.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Tags/Views/EditorTemplates/Parts/Tags.cshtml @@ -8,7 +8,7 @@
@Html.LabelFor(m => m.Tags, T("Tags")) @Html.TextBoxFor(m => m.Tags, new { @class = "large text" }) - Separate multiple tags with commas + @T("Separate multiple tags with commas")
@using (Script.Foot()) {