#17598: Correcting link and title namings.

--HG--
branch : 1.x
This commit is contained in:
Andre Rodrigues
2011-04-05 16:06:14 -07:00
parent e8b1f2bf7c
commit d69efc20ff
3 changed files with 3 additions and 3 deletions

View File

@@ -32,5 +32,5 @@
}
@if (Model.InstallModules) {
<p id="otherActionsBar">@Html.ActionLink(T("Upload a module").ToString(), "AddModule", "PackagingServices", new { area = "Orchard.Packaging", returnUrl = HttpContext.Current.Request.RawUrl }, null)</p>
<p id="otherActionsBar">@Html.ActionLink(T("Install a module from your computer").ToString(), "AddModule", "PackagingServices", new { area = "Orchard.Packaging", returnUrl = HttpContext.Current.Request.RawUrl }, null)</p>
}

View File

@@ -1,4 +1,4 @@
@{ Layout.Title = T("Install a Module").ToString(); }
@{ Layout.Title = T("Install a module from your computer").ToString(); }
@using (Html.BeginFormAntiForgeryPost(Url.Action("InstallLocally", "PackagingServices", new { redirectUrl = HttpContext.Current.Request["returnUrl"] }), FormMethod.Post, new { enctype = "multipart/form-data" })) {
Html.ValidationSummary();

View File

@@ -1,4 +1,4 @@
@{ Layout.Title = T("Install a Theme").ToString(); }
@{ Layout.Title = T("Install a theme from your computer").ToString(); }
@using (Html.BeginFormAntiForgeryPost(Url.Action("InstallLocally", "PackagingServices", new { redirectUrl = HttpContext.Current.Request["returnUrl"] }), FormMethod.Post, new { enctype = "multipart/form-data" })) {
Html.ValidationSummary();