source typo fixes pt1 (only on py3 merged code)

issue 0002914
This commit is contained in:
Kunda
2017-02-26 17:39:03 -05:00
committed by wmayer
parent 530fe4659c
commit a7414e5789
59 changed files with 118 additions and 118 deletions

View File

@@ -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;
}