change wording to differentiate from 'browse' in toolbar
This commit is contained in:
parent
01ae70ea04
commit
9b5ee4ba44
@ -415,7 +415,7 @@ class GetAddons(QDialog):
|
||||
self.form = aqt.forms.getaddons.Ui_Dialog()
|
||||
self.form.setupUi(self)
|
||||
b = self.form.buttonBox.addButton(
|
||||
_("Browse"), QDialogButtonBox.ActionRole)
|
||||
_("Browse Add-ons"), QDialogButtonBox.ActionRole)
|
||||
b.clicked.connect(self.onBrowse)
|
||||
restoreGeom(self, "getaddons", adjustSize=True)
|
||||
self.exec_()
|
||||
|
Loading…
Reference in New Issue
Block a user