missing translations (#1395)

* missing translations

* clang
This commit is contained in:
DanielSvoboda 2024-10-16 13:05:35 -03:00 committed by GitHub
parent 25de4d6b65
commit b62d2f839d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 1827 additions and 15 deletions

View file

@ -300,11 +300,8 @@ public:
if (selected == deleteUpdate) {
if (!Config::getSeparateUpdateEnabled()) {
QMessageBox::critical(
nullptr, tr("Error"),
QString(tr("This feature requires the 'Enable Separate Update Folder' "
"config option "
"to work. If you want to use this feature, please enable it.")));
QMessageBox::critical(nullptr, tr("Error"),
QString(tr("requiresEnableSeparateUpdateFolder_MSG")));
error = true;
} else if (!std::filesystem::exists(
Common::FS::PathFromQString(game_update_path))) {