#17443: Always showing number of available updates.

--HG--
branch : 1.x
This commit is contained in:
Andre Rodrigues 2011-03-29 16:08:17 -07:00
parent 4e5bf3c1fb
commit c0c00359ef

View File

@ -23,8 +23,8 @@ namespace Orchard.Packaging {
}
public void GetNavigation(NavigationBuilder builder) {
var modulesCaption = T.Plural("Updates", "Updates ({0})", GetUpdateCount(DefaultExtensionTypes.Module));
var themesCaption = T.Plural("Updates", "Updates ({0})", GetUpdateCount(DefaultExtensionTypes.Theme));
var modulesCaption = T("Updates ({0})", GetUpdateCount(DefaultExtensionTypes.Module));
var themesCaption = T("Updates ({0})", GetUpdateCount(DefaultExtensionTypes.Theme));
builder
.Add(T("Modules"), menu => menu