mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-26 09:02:44 -06:00
Fixed formatting
This commit is contained in:
parent
9ee8c76603
commit
7864eb6bab
1 changed files with 2 additions and 1 deletions
|
@ -1875,7 +1875,8 @@ void GMainWindow::UninstallTitles(
|
||||||
future_watcher.waitForFinished();
|
future_watcher.waitForFinished();
|
||||||
|
|
||||||
if (failed) {
|
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()) {
|
} else if (!future_watcher.isCanceled()) {
|
||||||
QMessageBox::information(this, tr("Lime3DS"),
|
QMessageBox::information(this, tr("Lime3DS"),
|
||||||
tr("Successfully uninstalled '%1'.").arg(first_name));
|
tr("Successfully uninstalled '%1'.").arg(first_name));
|
||||||
|
|
Loading…
Reference in a new issue