Remove standard button translations
This commit is contained in:
parent
14775445df
commit
2499f2ae34
@ -84,10 +84,6 @@ class DeckConf(QDialog):
|
||||
without_unicode_isolation(tr(TR.ACTIONS_OPTIONS_FOR, val=self.deck["name"]))
|
||||
)
|
||||
self.form.buttonBox.button(QDialogButtonBox.Ok).setText(label)
|
||||
self.form.buttonBox.button(QDialogButtonBox.Cancel).setText(
|
||||
tr(TR.ACTIONS_CANCEL)
|
||||
)
|
||||
self.form.buttonBox.button(QDialogButtonBox.Help).setText(tr(TR.ACTIONS_HELP))
|
||||
if self.mw.col.schedVer() == 1:
|
||||
self.form.secondFilter.setVisible(False)
|
||||
restoreGeom(self, "dyndeckconf")
|
||||
|
Loading…
Reference in New Issue
Block a user