From 2325b8ce2404abb257d97c4f236755b1e58790e2 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 25 Mar 2012 17:05:23 +0300 Subject: KYRA: Fix game option comments --- engines/kyra/detection.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engines') 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", -- cgit v1.2.3