#19938: Workflow summary admin use T.Plural

Work Item: 19938
This commit is contained in:
Sebastien Ros
2013-08-16 12:05:28 -07:00
parent c8a2338bbb
commit 030f3ed4c6

View File

@@ -7,7 +7,7 @@
<ul class="pageStatus">
<li title="@T("Running workflows")" >
<img class="icon" src="@Href("~/Modules/Orchard.Workflows/Styles/Images/cog.png")" alt="@T("Running ({0})", count)" />
<a href="@Url.Action("List", "Admin", new { area = "Orchard.Workflows", id = (int)Model.ContentPart.Id })">@T("{0} Workflow(s)", count).Text</a>
<a href="@Url.Action("List", "Admin", new { area = "Orchard.Workflows", id = (int)Model.ContentPart.Id })">@T.Plural("{0} Workflow", "{0} Workflows", count, count).Text</a>
&nbsp;|&nbsp;
</li>
</ul>