From ac1ce25512b291016487c987719e1f840b497bb2 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Wed, 26 Apr 2006 22:31:10 +0000 Subject: add missing comma for portuguese quit text, remove stray comma after last string. svn-id: r22187 --- engines/sky/control.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/sky/control.cpp b/engines/sky/control.cpp index 8118700eff..7407a30778 100644 --- a/engines/sky/control.cpp +++ b/engines/sky/control.cpp @@ -1637,9 +1637,9 @@ char Control::_quitTexts[16][35] = { "Game over giocatore 1", "SIATE VIGILANTI", "Fim de jogo para o jogador um", - "BE VIGILANT" - "Game over player one", "BE VIGILANT", + "Game over player one", + "BE VIGILANT" }; uint8 Control::_crossImg[594] = { -- cgit v1.2.3