Skip to content

Commit e9d4c06

Browse files
committed
Make string translatable
1 parent 3d626b7 commit e9d4c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/qgis/ui/FieldsMappingPanel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def setLayer(self, layer):
324324
self.on_resetButton_clicked()
325325
return
326326
dlg = QMessageBox(self)
327-
dlg.setText("Do you want to reset the field mapping?")
327+
dlg.setText(self.tr("Do you want to reset the field mapping?"))
328328
dlg.setStandardButtons(
329329
QMessageBox.StandardButtons(QMessageBox.Yes |
330330
QMessageBox.No))

0 commit comments

Comments
 (0)