This commit is contained in:
DanielSvoboda 2024-08-29 23:11:20 -03:00
parent 1651db24fe
commit f2b6843f9d
25 changed files with 721 additions and 720 deletions

View file

@ -175,7 +175,8 @@ void CheatsPatches::setupUI() {
int ret = QMessageBox::warning(
this, tr("Delete File"),
QString(tr("Do you want to delete the selected file?\n%1")).arg(selectedFileName),
QString(tr("Do you want to delete the selected file?\\n%1").replace("\\n", "\n"))
.arg(selectedFileName),
QMessageBox::Yes | QMessageBox::No);
if (ret == QMessageBox::Yes) {