diff options
author | Filippos Karapetis | 2012-03-25 17:05:23 +0300 |
---|---|---|
committer | Filippos Karapetis | 2012-03-25 17:05:23 +0300 |
commit | 2325b8ce2404abb257d97c4f236755b1e58790e2 (patch) | |
tree | de5be6a3deaa1ef9c12997d15bd1170e8539df58 /engines | |
parent | 82c88233b232c42ffec1f88b4ecb02039342916c (diff) | |
download | scummvm-rg350-2325b8ce2404abb257d97c4f236755b1e58790e2.tar.gz scummvm-rg350-2325b8ce2404abb257d97c4f236755b1e58790e2.tar.bz2 scummvm-rg350-2325b8ce2404abb257d97c4f236755b1e58790e2.zip |
KYRA: Fix game option comments
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/detection.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp index 93d1af2b32..e422f3ea19 100644 --- a/engines/kyra/detection.cpp +++ b/engines/kyra/detection.cpp @@ -54,11 +54,11 @@ const char *const directoryGlobs[] = { const ADExtraGuiOptionsMap gameGuiOptions[] = { // Kyrandia 3 options - // Malcolm makes a joke. { GAMEOPTION_KYRA3_AUDIENCE, { // I18N: Studio audience adds an applause and cheering sounds whenever + // Malcolm makes a joke. _s("Studio audience"), _s("Enable studio audience"), "studio_audience", @@ -94,7 +94,8 @@ const ADExtraGuiOptionsMap gameGuiOptions[] = { { GAMEOPTION_LOL_SCROLLING, { - // I18N: When enabled, this option makes scrolling smoother when changing from one screen to another. + // I18N: When enabled, this option makes scrolling smoother when + // changing from one screen to another. _s("Smooth scrolling"), _s("Enable smooth scrolling when walking"), "smooth_scrolling", |