mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
Fixed formatting
This commit is contained in:
parent
9ee8c76603
commit
7864eb6bab
@ -1875,7 +1875,8 @@ void GMainWindow::UninstallTitles(
|
||||
future_watcher.waitForFinished();
|
||||
|
||||
if (failed) {
|
||||
QMessageBox::critical(this, tr("Lime3DS"), tr("Failed to uninstall '%1'.").arg(failed_name));
|
||||
QMessageBox::critical(this, tr("Lime3DS"),
|
||||
tr("Failed to uninstall '%1'.").arg(failed_name));
|
||||
} else if (!future_watcher.isCanceled()) {
|
||||
QMessageBox::information(this, tr("Lime3DS"),
|
||||
tr("Successfully uninstalled '%1'.").arg(first_name));
|
||||
|
Loading…
Reference in New Issue
Block a user