aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/instance/ScreenshotsPage.cpp
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2022-12-17 09:26:06 +0000
committerTheKodeToad <TheKodeToad@proton.me>2022-12-24 08:59:55 +0000
commitcbe5af235ca2fc990efa0a2db9e4951f127f0131 (patch)
treeeb35f954eef847fdbe4db686db7814e5c2c6523e /launcher/ui/pages/instance/ScreenshotsPage.cpp
parentee003cd9ee433a073393bdd47bd20d6d8cb38ca2 (diff)
downloadPrismLauncher-cbe5af235ca2fc990efa0a2db9e4951f127f0131.tar.gz
PrismLauncher-cbe5af235ca2fc990efa0a2db9e4951f127f0131.tar.bz2
PrismLauncher-cbe5af235ca2fc990efa0a2db9e4951f127f0131.zip
Make requested changes
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/pages/instance/ScreenshotsPage.cpp')
-rw-r--r--launcher/ui/pages/instance/ScreenshotsPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/instance/ScreenshotsPage.cpp b/launcher/ui/pages/instance/ScreenshotsPage.cpp
index fff21670..4b756766 100644
--- a/launcher/ui/pages/instance/ScreenshotsPage.cpp
+++ b/launcher/ui/pages/instance/ScreenshotsPage.cpp
@@ -526,7 +526,7 @@ void ScreenshotsPage::on_actionDelete_triggered()
.arg(count);
auto response =
- CustomMessageBox::selectable(this, tr("CAREFUL!"), text, QMessageBox::Warning, QMessageBox::Yes | QMessageBox::No)->exec();
+ CustomMessageBox::selectable(this, tr("Confirm Deletion"), text, QMessageBox::Warning, QMessageBox::Yes | QMessageBox::No)->exec();
if (response != QMessageBox::Yes)
return;