[Scummvm-git-logs] scummvm master -> 272fccb83dba40bb2a6b5a51cab294d6a722d548

dreammaster noreply at scummvm.org
Sun Nov 13 20:15:50 UTC 2022


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:
272fccb83d SAGA: IHNM: Fix line for Spanish IHNM


Commit: 272fccb83dba40bb2a6b5a51cab294d6a722d548
    https://github.com/scummvm/scummvm/commit/272fccb83dba40bb2a6b5a51cab294d6a722d548
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2022-11-13T12:15:36-08:00

Commit Message:
SAGA: IHNM: Fix line for Spanish IHNM

Correct line provided by Hector S.

Changed paths:
    engines/saga/itedata.cpp


diff --git a/engines/saga/itedata.cpp b/engines/saga/itedata.cpp
index 3eb8f5a754f..ae3e8f74879 100644
--- a/engines/saga/itedata.cpp
+++ b/engines/saga/itedata.cpp
@@ -421,7 +421,7 @@ const char *ITEinterfaceTextStrings[][53] = {
 		NULL,
 		NULL,
 		NULL,
-		"Cardango una partida guardada"
+		"Cargando una partida guardada"
 	},
 	// French fan translation : ACTIONS
 	{




More information about the Scummvm-git-logs mailing list