aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/instance/WorldListPage.cpp
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2022-12-26 14:33:50 +0000
committerTheKodeToad <TheKodeToad@proton.me>2022-12-26 14:45:04 +0000
commitbf04becc9e05f147ca595868c9a51da14d1c0c34 (patch)
treef0e0a2c737ad40603c89810494f4551a64327603 /launcher/ui/pages/instance/WorldListPage.cpp
parentcbe5af235ca2fc990efa0a2db9e4951f127f0131 (diff)
downloadPrismLauncher-bf04becc9e05f147ca595868c9a51da14d1c0c34.tar.gz
PrismLauncher-bf04becc9e05f147ca595868c9a51da14d1c0c34.tar.bz2
PrismLauncher-bf04becc9e05f147ca595868c9a51da14d1c0c34.zip
About to -> you are about to
You're is used in some other places but im lazy Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/pages/instance/WorldListPage.cpp')
-rw-r--r--launcher/ui/pages/instance/WorldListPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/instance/WorldListPage.cpp b/launcher/ui/pages/instance/WorldListPage.cpp
index c98f1e5a..0020c461 100644
--- a/launcher/ui/pages/instance/WorldListPage.cpp
+++ b/launcher/ui/pages/instance/WorldListPage.cpp
@@ -195,7 +195,7 @@ void WorldListPage::on_actionRemove_triggered()
return;
auto result = CustomMessageBox::selectable(this, tr("Confirm Deletion"),
- tr("About to delete: %1\n"
+ tr("You are about to delete \"%1\".\n"
"The world may be gone forever (A LONG TIME).\n\n"
"Are you sure?")
.arg(m_worlds->allWorlds().at(proxiedIndex.row()).name()),