[Scummvm-git-logs] scummvm master -> 93569608d5310838b342f5ac4c0ebdcd7460536a

criezy noreply at scummvm.org
Tue Dec 10 21:55:30 UTC 2024


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:
93569608d5 SCI: Improve grammar for GK2 fan subtitles prompt


Commit: 93569608d5310838b342f5ac4c0ebdcd7460536a
    https://github.com/scummvm/scummvm/commit/93569608d5310838b342f5ac4c0ebdcd7460536a
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2024-12-10T21:55:01Z

Commit Message:
SCI: Improve grammar for GK2 fan subtitles prompt

Changed paths:
    engines/sci/sci.cpp


diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 3ce06ddc64d..307463afdcc 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -547,7 +547,7 @@ void SciEngine::suggestDownloadGK2SubTitlesPatch() {
 		downloadMessage = "";
 	}
 
-	int result = showScummVMDialog(_("GK2 has a fan made subtitles, available thanks to the good persons at SierraHelp.\n\n"
+	int result = showScummVMDialog(_("GK2 has fan made subtitles, available thanks to the good people at SierraHelp.\n\n"
 		"Installation:\n"
 		"- download http://www.sierrahelp.com/Files/Patches/GabrielKnight/GK2Subtitles.zip\n" +
 		downloadMessage +




More information about the Scummvm-git-logs mailing list