[Scummvm-cvs-logs] scummvm master -> 6d988c18535958b432147f77b484c9284899e143

criezy criezy at scummvm.org
Wed Mar 20 22:26:35 CET 2013


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:
6d988c1853 DREAMWEB: Change Italian translation of terminal LOGON command


Commit: 6d988c18535958b432147f77b484c9284899e143
    https://github.com/scummvm/scummvm/commit/6d988c18535958b432147f77b484c9284899e143
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2013-03-20T14:24:27-07:00

Commit Message:
DREAMWEB: Change Italian translation of terminal LOGON command

SimSaw found the Italian user manual and it uses REGISTRA. So I
changed the translation in-game to use the same.

Changed paths:
    engines/dreamweb/monitor.cpp



diff --git a/engines/dreamweb/monitor.cpp b/engines/dreamweb/monitor.cpp
index 8dba506..28dd58c 100644
--- a/engines/dreamweb/monitor.cpp
+++ b/engines/dreamweb/monitor.cpp
@@ -161,7 +161,7 @@ bool DreamWebEngine::execCommand() {
 		"AIUTO",
 		"ELENCA",
 		"LEGGI",
-		"ACCEDI",
+		"REGISTRA",
 		"CHIAVI",
 		NULL
 	};






More information about the Scummvm-git-logs mailing list