GUI: U32: Code cleanup & misc fixes
- Fix a translation for scumm subtitle settings dialogs.
This commit is contained in:
parent
edec55cf64
commit
840f08d537
5 changed files with 17 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue