Applications: Replace the deprecated icon for adding packages

This commit is contained in:
gm10 2019-02-20 09:34:19 +01:00
parent 7504a11bba
commit 205dcbc7e1
No known key found for this signature in database
GPG Key ID: A981D4EA8CF993A9

View File

@ -660,7 +660,7 @@ class pluginclass(object):
for word in keywords:
if word != "":
name = name.replace(word, "<b>%s</b>" % word)
self.add_suggestion(Gtk.STOCK_ADD,
self.add_suggestion("package-x-generic",
_("Install package '%s'") % name,
"%s\n\n%s\n\n%s" % (pkg.name, pkg.summary, pkg.description),
self.apturl_install, pkg.name)