source typo fixes pt1 (only on py3 merged code)
issue 0002914
This commit is contained in:
@@ -121,8 +121,8 @@ void CmdCreateImagePlane::activated(int iMsg)
|
||||
|
||||
QImage impQ(s);
|
||||
if (impQ.isNull()) {
|
||||
QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Error open image"),
|
||||
QObject::tr("Could not load the choosen image"));
|
||||
QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Error opening image"),
|
||||
QObject::tr("Could not load the chosen image"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user