mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-09 11:04:39 +02:00
Confirm Truncate -> Truncation
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> (cherry picked from commit 43fc9ba932ec65d274b60bafb4d3c3f1d5bf55f0)
This commit is contained in:
parent
01397896eb
commit
cffa9a2da0
@ -102,7 +102,7 @@ std::optional<QString> GuiUtil::uploadPaste(const QString& name, const QString&
|
|||||||
|
|
||||||
if (baseUrl.toString() == "https://api.mclo.gs" && text.count("\n") > MaxMclogsLines) {
|
if (baseUrl.toString() == "https://api.mclo.gs" && text.count("\n") > MaxMclogsLines) {
|
||||||
auto truncateResponse = CustomMessageBox::selectable(
|
auto truncateResponse = CustomMessageBox::selectable(
|
||||||
parentWidget, QObject::tr("Confirm Truncate"),
|
parentWidget, QObject::tr("Confirm Truncation"),
|
||||||
QObject::tr("The log has %1 lines, exceeding mclo.gs' limit of %2.\n"
|
QObject::tr("The log has %1 lines, exceeding mclo.gs' limit of %2.\n"
|
||||||
"The launcher can keep the first %3 and last %4 lines, trimming the middle.\n\n"
|
"The launcher can keep the first %3 and last %4 lines, trimming the middle.\n\n"
|
||||||
"If you choose 'No', mclo.gs will only keep the first %2 lines, cutting off "
|
"If you choose 'No', mclo.gs will only keep the first %2 lines, cutting off "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user