mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 01:14:56 +00:00
fix tr
This commit is contained in:
parent
1651db24fe
commit
f2b6843f9d
25 changed files with 721 additions and 720 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue