SCUMM: Improved wording of the BUN/SOU compressed warning

This commit is contained in:
Eugene Sandulenko 2021-11-18 23:48:29 +01:00
parent 9b17eb04e1
commit c505b27662
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -1651,7 +1651,7 @@ void ScummEngine_v7::setupScumm(const Common::String &macResourceFile) {
GUI::MessageDialog dialog(_(
"Audio files compressed with ScummVM Tools were detected; *.BUN/*.SOU\n"
"compression is not supported anymore for this game, audio will be disabled.\n"
"Please reinstall the game with the correct resource files."),
"Please copy the game from the original media without compression."),
_("OK"));
dialog.runModal();
_imuseDigital->disableEngine();