ALL: Remove comma before the word 'instead'

This commit is contained in:
Ben Castricum 2016-11-29 20:02:50 +01:00
parent 6f38c1e55d
commit b041618a42
9 changed files with 10 additions and 10 deletions

View file

@ -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
}