From c01141a144e5426288a39dfe0f1c0b3fb9882412 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Mon, 13 Jun 2011 22:21:43 +0100 Subject: SCUMM: Change MessageDialog button label for consistency Everywhere else the 'OK' button label is all upper case and here was the only place where it was not (it was 'Ok'). --- engines/scumm/scumm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index 51888de574..0a5338374e 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -1769,7 +1769,7 @@ void ScummEngine::setupMusic(int midi) { Common::String::format( _("Native MIDI support requires the Roland Upgrade from LucasArts,\n" "but %s is missing. Using AdLib instead."), fileName.c_str()), - _("Ok")); + _("OK")); dialog.runModal(); _musicType = MDT_ADLIB; } -- cgit v1.2.3