Skip to content

Commit

Permalink
Make string translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 14, 2017
1 parent 3d626b7 commit e9d4c06
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -324,7 +324,7 @@ def setLayer(self, layer):
self.on_resetButton_clicked()
return
dlg = QMessageBox(self)
dlg.setText("Do you want to reset the field mapping?")
dlg.setText(self.tr("Do you want to reset the field mapping?"))
dlg.setStandardButtons(
QMessageBox.StandardButtons(QMessageBox.Yes |
QMessageBox.No))
Expand Down

0 comments on commit e9d4c06

Please sign in to comment.