aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2012-07-19 05:53:55 +0200
committerTorbjörn Andersson2012-07-19 05:53:55 +0200
commite21bd107495f5749eb3d8edb58bde499a5cf8f6e (patch)
tree23e796ddff5a981d82bea57e96e7d37d1e2181a6
parent2151500934d0e97bf2dcdcd7697d9b6bcc4114ac (diff)
downloadscummvm-rg350-e21bd107495f5749eb3d8edb58bde499a5cf8f6e.tar.gz
scummvm-rg350-e21bd107495f5749eb3d8edb58bde499a5cf8f6e.tar.bz2
scummvm-rg350-e21bd107495f5749eb3d8edb58bde499a5cf8f6e.zip
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.)
-rw-r--r--engines/queen/queen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/queen/queen.cpp b/engines/queen/queen.cpp
index 3acc87b856..f3b183c84f 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
};