diff options
author | Jordi Vilalta Prat | 2010-06-26 15:48:03 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2010-06-26 15:48:03 +0000 |
commit | 063cef0c284cda74f6ad366182818ac4d3dfca83 (patch) | |
tree | 9b0358b7bede862c83ea3d2586fa0b44b59aa22d /backends/platform/wii | |
parent | 21831b61832060855017d5b30dc277eaa333aef8 (diff) | |
download | scummvm-rg350-063cef0c284cda74f6ad366182818ac4d3dfca83.tar.gz scummvm-rg350-063cef0c284cda74f6ad366182818ac4d3dfca83.tar.bz2 scummvm-rg350-063cef0c284cda74f6ad366182818ac4d3dfca83.zip |
GUI: Add and improve some messages to translate
svn-id: r50324
Diffstat (limited to 'backends/platform/wii')
-rw-r--r-- | backends/platform/wii/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wii/options.cpp b/backends/platform/wii/options.cpp index 402782a58d..295856d564 100644 --- a/backends/platform/wii/options.cpp +++ b/backends/platform/wii/options.cpp @@ -44,7 +44,7 @@ WiiOptionsDialog::WiiOptionsDialog(bool doubleStrike) : _strUnderscanY = "wii_video_default_underscan_y"; } - new ButtonWidget(this, _w - 108 - 16, _h - 24 - 16, 108, 24, _("Ok"), 0, 'k'); + new ButtonWidget(this, _w - 108 - 16, _h - 24 - 16, 108, 24, _("OK"), 0, 'k'); new ButtonWidget(this, _w - 216 - 32, _h - 24 - 16, 108, 24, _("Cancel"), 0, 'c'); _tab = new TabWidget(this, 0, 0, _w, _h - 54); |