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

NMIError noreply at scummvm.org
Mon May 9 17:55:22 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:
e9f8bc7106 AGOS: Fix multiline I18N strings


Commit: e9f8bc7106ae9b4b3b712b47083f2308c83cf4d4
    https://github.com/scummvm/scummvm/commit/e9f8bc7106ae9b4b3b712b47083f2308c83cf4d4
Author: Coen Rampen (crampen at gmail.com)
Date: 2022-05-09T19:55:12+02:00

Commit Message:
AGOS: Fix multiline I18N strings

Changed paths:
    engines/agos/detection.cpp


diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp
index d3032a7d368..44b125e2172 100644
--- a/engines/agos/detection.cpp
+++ b/engines/agos/detection.cpp
@@ -75,9 +75,7 @@ using namespace AGOS;
 
 static const ExtraGuiOption opl3Mode = {
 	_s("AdLib OPL3 mode"),
-	_s("When AdLib is selected, OPL3 features will be used. Depending on the \
-	game, this will prevent cut-off notes, add extra notes or instruments \
-	and/or add stereo."),
+	_s("When AdLib is selected, OPL3 features will be used. Depending on the game, this will prevent cut-off notes, add extra notes or instruments and/or add stereo."),
 	"opl3_mode",
 	false,
 	0,
@@ -86,9 +84,7 @@ static const ExtraGuiOption opl3Mode = {
 
 static const ExtraGuiOption useDosTempos = {
 	_s("Use DOS version music tempos"),
-	_s("Selecting this option will play the music using the tempos used by \
-	the DOS version of the game. Otherwise, the faster tempos of the Windows \
-	version will be used."),
+	_s("Selecting this option will play the music using the tempos used by the DOS version of the game. Otherwise, the faster tempos of the Windows version will be used."),
 	"dos_music_tempos",
 	false,
 	0,




More information about the Scummvm-git-logs mailing list