[Scummvm-git-logs] scummvm master -> d81b51a065cad54fccc58d155d94733b57203500

lotharsm mail at serra.me
Sat Feb 15 07:27:45 UTC 2020


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:
d81b51a065 ULTIMA: Make OSD message regarding missing ultima.dat translateable


Commit: d81b51a065cad54fccc58d155d94733b57203500
    https://github.com/scummvm/scummvm/commit/d81b51a065cad54fccc58d155d94733b57203500
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-02-15T08:27:23+01:00

Commit Message:
ULTIMA: Make OSD message regarding missing ultima.dat translateable

Changed paths:
    engines/ultima/shared/early/ultima_early.cpp


diff --git a/engines/ultima/shared/early/ultima_early.cpp b/engines/ultima/shared/early/ultima_early.cpp
index 476e48f..ac40d29 100644
--- a/engines/ultima/shared/early/ultima_early.cpp
+++ b/engines/ultima/shared/early/ultima_early.cpp
@@ -65,7 +65,7 @@ bool UltimaEarlyEngine::initialize() {
 	// Set up the resources datafile
 	Resources *res = new Resources();
 	if (!res->open()) {
-		GUIErrorMessage("Could not find correct ultima.dat datafile");
+		GUIErrorMessage(_("Could not find correct ultima.dat datafile"));
 		return false;
 	}
 	SearchMan.add("ultima", res);




More information about the Scummvm-git-logs mailing list