This commit is contained in:
Kovid Goyal 2022-05-25 10:26:08 +05:30
parent 26ecfcf28a
commit 25c09c6871
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -66,5 +66,5 @@ class ResultsView(QTreeView):
if not result.downloads:
da.setEnabled(False)
menu.addSeparator()
menu.addAction(_('Goto in store'), partial(self.open_requested.emit, result))
menu.addAction(_('Show in store'), partial(self.open_requested.emit, result))
menu.exec(event.globalPos())