GUI: U32: Code cleanup & misc fixes

- Fix a translation for scumm subtitle settings dialogs.
This commit is contained in:
aryanrawlani28 2020-08-20 11:45:58 +05:30 committed by Eugene Sandulenko
parent edec55cf64
commit 840f08d537
5 changed files with 17 additions and 19 deletions

View file

@ -316,8 +316,7 @@ void initGraphics(int width, int height, const Graphics::PixelFormat *format) {
// Error out on size switch failure
if (gfxError & OSystem::kTransactionSizeChangeFailed) {
Common::U32String message;
message = Common::U32String::format(
_("Could not switch to resolution '%dx%d'."), width, height);
message = Common::U32String::format(_("Could not switch to resolution '%dx%d'."), width, height);
GUIErrorMessage(message);
error("Could not switch to resolution '%dx%d'.", width, height);