string fix
This commit is contained in:
parent
c60d9cfdda
commit
8d3bb73a6c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue