diff --git a/UserInterface.cpp b/UserInterface.cpp index bd99cd0..073dd3f 100755 --- a/UserInterface.cpp +++ b/UserInterface.cpp @@ -320,7 +320,7 @@ bool UserInterface::openFile(QString selectedFile, bool warn) } else { - if (warn) QMessageBox::warning(this, tr("Import"), ProfileInterface::tr("Failed to read Snapmatic picture")); + if (warn) QMessageBox::warning(this, tr("Open File"), ProfileInterface::tr("Failed to read Snapmatic picture")); delete picture; return false; }