mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-02 03:23:59 +00:00
Download -> Install
Since we have Update -> Updated, it makes more sense to have Install -> Installed, instead of Download -> Installed
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user