Update to admin screen titles.

--HG--
branch : 1.x
This commit is contained in:
jowall
2011-04-01 12:42:49 -07:00
parent 88ea6d3a5c
commit 9ae58e1906
19 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
@model Orchard.Packaging.ViewModels.PackagingSourcesViewModel
@{ Layout.Title = T("Gallery Feeds").ToString(); }
@{ Layout.Title = T("Settings for Gallery").ToString(); }
<div class="manage">
@Html.ActionLink(T("Add Feed").Text, "AddSource", new { }, new { @class = "button primaryAction" })