DolphinQt: Fix double argument in Infinity error message

This was a mistake I made in 83b280d903.
This commit is contained in:
JosJuice 2024-05-19 21:52:49 +02:00
parent 131ca83add
commit 3e046c2b32
1 changed files with 1 additions and 1 deletions

View File

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