string fix

This commit is contained in:
Rafael 2016-04-14 04:22:06 +02:00
parent c60d9cfdda
commit 8d3bb73a6c
1 changed files with 1 additions and 1 deletions

View File

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