diff --git a/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp b/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp index e4c428684f..bba4b7d4f8 100644 --- a/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp +++ b/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp @@ -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; }