mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix one caption in the source code
This commit is contained in:
@@ -323,7 +323,7 @@ void FirstLaunchView::extractGogData()
|
||||
QFile tmpFile(file);
|
||||
if(!tmpFile.open(QIODevice::ReadOnly))
|
||||
{
|
||||
QMessageBox::critical(this, tr("File cannot opened"), tmpFile.errorString());
|
||||
QMessageBox::critical(this, tr("File cannot be opened"), tmpFile.errorString());
|
||||
return QString{};
|
||||
}
|
||||
QByteArray magicFile = tmpFile.read(magic.length());
|
||||
|
||||
Reference in New Issue
Block a user