From 9c7aaffc655bccef036ea53b3fdca164fbb212d7 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Sun, 27 Sep 2015 13:45:54 +0200 Subject: [PATCH] Download -> Install Since we have Update -> Updated, it makes more sense to have Install -> Installed, instead of Download -> Installed --- picard/ui/options/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picard/ui/options/plugins.py b/picard/ui/options/plugins.py index 01e9ca9f4..9e918fffb 100644 --- a/picard/ui/options/plugins.py +++ b/picard/ui/options/plugins.py @@ -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: