mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
SCUMM: Improved wording of the BUN/SOU compressed warning
This commit is contained in:
parent
9b17eb04e1
commit
c505b27662
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user