mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
translation fix
This commit is contained in:
parent
15bcbf8c6a
commit
92f5cb9a7e
@ -258,7 +258,7 @@ class ModelerDialog(BASE, WIDGET):
|
||||
|
||||
self.toolbutton_export_to_script = QToolButton()
|
||||
self.toolbutton_export_to_script.setPopupMode(QToolButton.InstantPopup)
|
||||
self.export_to_script_algorithm_action = QAction(self.tr('Export as Script Algorithm…'))
|
||||
self.export_to_script_algorithm_action = QAction(QCoreApplication.translate('ModelerDialog', 'Export as Script Algorithm…'))
|
||||
self.toolbutton_export_to_script.addActions([self.export_to_script_algorithm_action])
|
||||
self.mToolbar.insertWidget(self.mActionExportImage, self.toolbutton_export_to_script)
|
||||
self.export_to_script_algorithm_action.triggered.connect(self.export_as_script_algorithm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user