DolphinQt: Fix double argument in Infinity error message
This was a mistake I made in 83b280d903
.
This commit is contained in:
parent
131ca83add
commit
3e046c2b32
|
@ -175,7 +175,7 @@ void InfinityBaseWindow::LoadFigurePath(u8 slot, const QString& path)
|
|||
{
|
||||
QMessageBox::warning(
|
||||
this, tr("Failed to read the Infinity file!"),
|
||||
tr("Failed to read the Infinity file(%1):\n%1\n\nThe file was too small.").arg(path),
|
||||
tr("Failed to read the Infinity file:\n%1\n\nThe file was too small.").arg(path),
|
||||
QMessageBox::Ok);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue