[Scummvm-cvs-logs] scummvm master -> 0bea0a28b1d56abf3c9aeebf2fcb1f14effffeb0

wjp wjp at usecode.org
Fri Oct 26 14:00:17 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0bea0a28b1 TONY: Fix translation of Italian comment


Commit: 0bea0a28b1d56abf3c9aeebf2fcb1f14effffeb0
    https://github.com/scummvm/scummvm/commit/0bea0a28b1d56abf3c9aeebf2fcb1f14effffeb0
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2012-10-26T04:58:31-07:00

Commit Message:
TONY: Fix translation of Italian comment

Thanks to Giovanni Bajo for noticing and correcting this.

Changed paths:
    engines/tony/game.cpp



diff --git a/engines/tony/game.cpp b/engines/tony/game.cpp
index 1a19f28..42ace98 100644
--- a/engines/tony/game.cpp
+++ b/engines/tony/game.cpp
@@ -974,7 +974,7 @@ void RMOptionScreen::doFrame(CORO_PARAM, RMInput *input) {
 	CORO_BEGIN_CODE(_ctx);
 
 
-	// If it is fully open, do nothing
+	// If it is not fully open, do nothing
 	if (_fadeStep != 6)
 		return;
 






More information about the Scummvm-git-logs mailing list