From a003b8e8675c84d17876170e367ceb58470fdaba Mon Sep 17 00:00:00 2001 From: Davide Pierotti Date: Tue, 16 May 2023 20:24:26 +0200 Subject: [PATCH] NOISSUE Use better wording for log upload popup --- launcher/ui/pages/instance/LogPage.cpp | 2 +- launcher/ui/pages/instance/OtherLogsPage.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher/ui/pages/instance/LogPage.cpp b/launcher/ui/pages/instance/LogPage.cpp index 9f287ef2..bd25c209 100644 --- a/launcher/ui/pages/instance/LogPage.cpp +++ b/launcher/ui/pages/instance/LogPage.cpp @@ -242,7 +242,7 @@ void LogPage::on_btnPaste_clicked() auto response = CustomMessageBox::selectable( this, tr("Log upload"), - tr("Are you sure you want to upload a log file?"), + tr("Are you sure you want to upload this log file?"), QMessageBox::Warning, QMessageBox::Yes | QMessageBox::No, QMessageBox::No diff --git a/launcher/ui/pages/instance/OtherLogsPage.cpp b/launcher/ui/pages/instance/OtherLogsPage.cpp index 2218d4ae..3a085f0f 100644 --- a/launcher/ui/pages/instance/OtherLogsPage.cpp +++ b/launcher/ui/pages/instance/OtherLogsPage.cpp @@ -183,7 +183,7 @@ void OtherLogsPage::on_btnPaste_clicked() auto response = CustomMessageBox::selectable( this, tr("Log upload"), - tr("Are you sure you want to upload a log file?"), + tr("Are you sure you want to upload this log file?"), QMessageBox::Warning, QMessageBox::Yes | QMessageBox::No, QMessageBox::No