5392: Addon check type strings are not translatable

svn: r18530
This commit is contained in:
Doug Blank 2011-11-29 03:08:26 +00:00
parent 498895e8ab
commit ab86ffd40e

View File

@ -477,7 +477,7 @@ class ViewManager(CLIManager):
for (status,plugin_url,plugin_dict) in addon_update_list:
count = get_count(addon_update_list, plugin_dict["t"])
category = _("%(adjective)s %(addon)s") % {
"adjective": status,
"adjective": _(status),
"addon": ngettext(plugin_dict["t"], plugin_dict["t"] + "s", count)}
if last_category != category:
last_category = category