Image: Minor translation issue [skip ci]

This commit is contained in:
Chris Hennes
2022-12-27 21:34:20 -06:00
parent 1de0aebc0b
commit c13a5a3d8e

View File

@@ -156,7 +156,7 @@ def cmdCreateImageScaling(name, trackers):
self.label1.setText("<font color='red'>" + translate("Dialog", "Enter distance", None) + "</font>")
return
except (IndexError, AttributeError):
self.label1.setText("<font color='red'>" + translate("Dialog", "Select ImagePlane", None) + "</font>")
self.label1.setText("<font color='red'>" + translate("Dialog", "Select image plane", None) + "</font>")
return
def reject(self):