mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-24 12:25:00 +00:00
Fix a translation not working (#1947)
This commit is contained in:
parent
04933ac863
commit
9aabe98e4e
1 changed files with 2 additions and 3 deletions
|
@ -347,9 +347,8 @@ public:
|
||||||
|
|
||||||
if (selected == deleteUpdate) {
|
if (selected == deleteUpdate) {
|
||||||
if (!std::filesystem::exists(Common::FS::PathFromQString(game_update_path))) {
|
if (!std::filesystem::exists(Common::FS::PathFromQString(game_update_path))) {
|
||||||
QMessageBox::critical(
|
QMessageBox::critical(nullptr, tr("Error"),
|
||||||
nullptr, tr("Error"),
|
QString(tr("This game has no update to delete!")));
|
||||||
QString(tr("This game has no separate update to delete!")));
|
|
||||||
error = true;
|
error = true;
|
||||||
} else {
|
} else {
|
||||||
folder_path = game_update_path;
|
folder_path = game_update_path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue