l10n: need to disambiguate "New" at least for RU
This commit is contained in:
parent
3f11272276
commit
ca57d2d4f4
@ -247,7 +247,7 @@ def available_updates():
|
||||
if "new" in whattypes:
|
||||
if (not config.get('behavior.do-not-show-previously-seen-updates') or
|
||||
plugin_dict["i"] not in config.get('behavior.previously-seen-updates')):
|
||||
addon_update_list.append((_("New"),
|
||||
addon_update_list.append((_("updates|New"),
|
||||
"%s/download/%s" %
|
||||
(config.get("behavior.addons-url"),
|
||||
plugin_dict["z"]),
|
||||
|
Loading…
Reference in New Issue
Block a user