diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2022-12-26 14:33:50 +0000 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2022-12-26 14:45:04 +0000 |
commit | bf04becc9e05f147ca595868c9a51da14d1c0c34 (patch) | |
tree | f0e0a2c737ad40603c89810494f4551a64327603 /launcher/ui/GuiUtil.cpp | |
parent | cbe5af235ca2fc990efa0a2db9e4951f127f0131 (diff) | |
download | PrismLauncher-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/GuiUtil.cpp')
-rw-r--r-- | launcher/ui/GuiUtil.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/launcher/ui/GuiUtil.cpp b/launcher/ui/GuiUtil.cpp index 6a22ec2f..855ab400 100644 --- a/launcher/ui/GuiUtil.cpp +++ b/launcher/ui/GuiUtil.cpp @@ -65,8 +65,7 @@ QString GuiUtil::uploadPaste(const QString &name, const QString &text, QWidget * if (baseUrl.isValid()) { auto response = CustomMessageBox::selectable(parentWidget, QObject::tr("Confirm Upload"), - QObject::tr("About to upload: %1\n" - "Uploading to: %2\n" + QObject::tr("You are about to upload \"%1\" to %2.\n" "You should double-check for personal information.\n\n" "Are you sure?") .arg(name, baseUrl.host()), |