mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +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 (!std::filesystem::exists(Common::FS::PathFromQString(game_update_path))) {
|
||||
QMessageBox::critical(
|
||||
nullptr, tr("Error"),
|
||||
QString(tr("This game has no separate update to delete!")));
|
||||
QMessageBox::critical(nullptr, tr("Error"),
|
||||
QString(tr("This game has no update to delete!")));
|
||||
error = true;
|
||||
} else {
|
||||
folder_path = game_update_path;
|
||||
|
|
Loading…
Add table
Reference in a new issue