mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
Make button label translatable
This commit is contained in:
parent
ecf52840b6
commit
74dd0a0052
@ -75,7 +75,7 @@ class BatchOutputSelectionPanel(QWidget):
|
||||
self.pushButton.setText("…")
|
||||
|
||||
self.actionTemporaryOutput = QAction(
|
||||
"Create Temporary Layer",
|
||||
self.tr("Create Temporary Layer"),
|
||||
self,
|
||||
)
|
||||
self.actionTemporaryOutput.setCheckable(True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user