Changed Installed string to Available on the themes page.

--HG--
branch : dev
This commit is contained in:
jowall
2011-02-23 12:37:12 -08:00
parent 73ad14185b
commit 2e250fd94c

View File

@@ -19,7 +19,7 @@
}
<div id="installedBar">
<h3>@T("Installed")</h3>
<h3>@T("Available")</h3>
</div>
@if (Model.Themes == null || Model.Themes.Count() <= 0) {