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

sev- sev at scummvm.org
Fri Apr 23 18:19:01 UTC 2021


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:
e000276695 KYRA: Improve wording for user-visible message about LOL GOG version


Commit: e0002766952cb964f7680082fd9aee6e5eef8bef
    https://github.com/scummvm/scummvm/commit/e0002766952cb964f7680082fd9aee6e5eef8bef
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-23T20:18:42+02:00

Commit Message:
KYRA: Improve wording for user-visible message about LOL GOG version

Changed paths:
    engines/kyra/detection_tables.h


diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index ce9489e55c..ece5dbb9c8 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -1263,7 +1263,8 @@ const KYRAGameDescription adGameDescs[] = {
 	{
 		{
 			"lol",
-			_s("You added the game incorrectly. The game data is in ISO image GAME.DAT."), // Reason for being unsupported
+			// I18N: The file in the game directory needs to be extracted
+			_s("You added the game incorrectly. The GAME.DAT file is an ISO image and you need to extract the game data files from it."), // Reason for being unsupported
 			AD_ENTRY2s("VOC.PAK", "eb398f09ba3321d872b6174a68a987d9", 2276340,
 					   "GAME.DAT", "f6ec0ee628b6b2ea4a1b551e3071d84b", 306751488),
 			Common::EN_ANY,




More information about the Scummvm-git-logs mailing list