[Scummvm-cvs-logs] scummvm master -> e21bd107495f5749eb3d8edb58bde499a5cf8f6e

eriktorbjorn eriktorbjorn at telia.com
Thu Jul 19 05:57:07 CEST 2012


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:
e21bd10749 QUEEN: Change description on the "alt_intro" option


Commit: e21bd107495f5749eb3d8edb58bde499a5cf8f6e
    https://github.com/scummvm/scummvm/commit/e21bd107495f5749eb3d8edb58bde499a5cf8f6e
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2012-07-18T20:53:55-07:00

Commit Message:
QUEEN: Change description on the "alt_intro" option

It's not a floppy version intro, so call it "Alternative intro"
instead. It's too late to make this change in 1.5.0 because it
would need translation changes. (When the option was first added,
it *was* called "Alternative intro" but it got changed along the
way.)

Changed paths:
    engines/queen/queen.cpp



diff --git a/engines/queen/queen.cpp b/engines/queen/queen.cpp
index 3acc87b..f3b183c 100644
--- a/engines/queen/queen.cpp
+++ b/engines/queen/queen.cpp
@@ -56,8 +56,8 @@ static const PlainGameDescriptor queenGameDescriptor = {
 };
 
 static const ExtraGuiOption queenExtraGuiOption = {
-	_s("Floppy intro"),
-	_s("Use the floppy version's intro (CD version only)"),
+	_s("Alternative intro"),
+	_s("Use an alternative game intro (CD version only)"),
 	"alt_intro",
 	false
 };






More information about the Scummvm-git-logs mailing list