From b041618a42ebf19494b1e0b8fdc659e09019ae42 Mon Sep 17 00:00:00 2001 From: Ben Castricum Date: Tue, 29 Nov 2016 20:02:50 +0100 Subject: ALL: Remove comma before the word 'instead' --- engines/sci/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sci') diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index a00da7c5fd..e3167503ee 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -428,7 +428,7 @@ static const ADExtraGuiOptionsMap optionsList[] = { GAMEOPTION_ORIGINAL_SAVELOAD, { _s("Use original save/load screens"), - _s("Use the original save/load screens, instead of the ScummVM ones"), + _s("Use the original save/load screens instead of the ScummVM ones"), "originalsaveload", false } @@ -471,7 +471,7 @@ static const ADExtraGuiOptionsMap optionsList[] = { GAMEOPTION_SQ4_SILVER_CURSORS, { _s("Use silver cursors"), - _s("Use the alternate set of silver cursors, instead of the normal golden ones"), + _s("Use the alternate set of silver cursors instead of the normal golden ones"), "silver_cursors", false } -- cgit v1.2.3