From 66cd633fe49df8cd660872dda6a099429998fd28 Mon Sep 17 00:00:00 2001 From: Jonathan Wall Date: Fri, 30 Jul 2010 09:44:24 -0700 Subject: [PATCH] Made Add cultures link text larger. --HG-- branch : dev --- src/Orchard.Web/Core/Settings/Views/Admin/Index.ascx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Core/Settings/Views/Admin/Index.ascx b/src/Orchard.Web/Core/Settings/Views/Admin/Index.ascx index c01dc960a..3b9a8bda2 100644 --- a/src/Orchard.Web/Core/Settings/Views/Admin/Index.ascx +++ b/src/Orchard.Web/Core/Settings/Views/Admin/Index.ascx @@ -14,7 +14,7 @@ <%:Html.DropDownList("SiteCulture", new SelectList(Model.SiteCultures, Model.SiteCulture)) %> <%:Html.ValidationMessage("SiteCulture", "*") %> - <%:Html.ActionLink(T("Add or remove supported cultures for the site.").ToString(), "Culture") %> +

<%:Html.ActionLink(T("Add or remove supported cultures for the site.").ToString(), "Culture") %>