Skip to content

Commit

Permalink
Fix translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 5, 2022
1 parent b5d2ebd commit 91ca892
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/plugins/processing/modeler/ModelerDialog.py
Expand Up @@ -220,10 +220,9 @@ def saveModel(self, saveAs):
self.tr('Unable to save edits. Reason:\n {0}').format(str(sys.exc_info()[1])))
else:
QMessageBox.warning(self, self.tr("Can't save model"),
QCoreApplication.translate('QgsPluginInstallerInstallingDialog', (
self.tr(
"This model can't be saved in its original location (probably you do not "
"have permission to do it). Please, use the 'Save as…' option."))
)
return

self.update_model.emit()
Expand Down

0 comments on commit 91ca892

Please sign in to comment.