mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-16 00:29:09 +00:00
fix tr
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user