Download -> Install

Since we have Update -> Updated, it makes more sense to have Install -> Installed, instead of Download -> Installed
This commit is contained in:
Laurent Monin
2015-09-27 13:45:54 +02:00
parent 7284ca77d2
commit 9c7aaffc65

View File

@@ -243,7 +243,7 @@ class PluginsOptionsPage(OptionsPage):
if plugin.can_be_updated:
label = _("Update")
elif plugin.can_be_downloaded:
label = _("Download")
label = _("Install")
item.setFlags(item.flags() ^ QtCore.Qt.ItemIsUserCheckable)
if label is not None: