mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 19:44:57 +00:00
Set clang-format off for long translatable string
This commit is contained in:
parent
a0a439cd55
commit
3b7697699e
@ -391,9 +391,9 @@ void KBMSettings::SaveKBMConfig(bool CloseOnSave) {
|
|||||||
}
|
}
|
||||||
QMessageBox::information(
|
QMessageBox::information(
|
||||||
this, tr("Unable to Save"),
|
this, tr("Unable to Save"),
|
||||||
QString(tr("Cannot bind any unique input more than once. "
|
// clang-format off
|
||||||
"Duplicate inputs mapped to the following buttons:\n\n%1")
|
QString(tr("Cannot bind any unique input more than once. Duplicate inputs mapped to the following buttons:\n\n%1").arg(duplicatesList.join("\n"))));
|
||||||
.arg(duplicatesList.join("\n"))));
|
// clang-format on
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user