diff options
-rw-r--r-- | engines/drascula/drascula.cpp | 2 | ||||
-rw-r--r-- | engines/drascula/staticdata.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/drascula/drascula.cpp b/engines/drascula/drascula.cpp index 50d4aad644..49dc7def50 100644 --- a/engines/drascula/drascula.cpp +++ b/engines/drascula/drascula.cpp @@ -1401,7 +1401,7 @@ bool DrasculaEngine::saveLoadScreen() { } else if (mouseX > 168 && mouseY > 154 && mouseX < 242 && mouseY < 180) break; else if (selectionMade == 0) { - print_abc("Please select a saved game to load", 117, 15); + print_abc("Please select a slot", 117, 15); } updateScreen(); delay(200); diff --git a/engines/drascula/staticdata.h b/engines/drascula/staticdata.h index e6e49f870c..f833c95482 100644 --- a/engines/drascula/staticdata.h +++ b/engines/drascula/staticdata.h @@ -5071,7 +5071,7 @@ const char *_textp[][20] = { "I CAN ONLY PLAY THIS SONG", // 10 "I'M A CONSERVATOIRE PIANIST AND THE BARTENDER WON'T BUY MORE SCORES FOR ME", - "OH GOD, I REALLY LOVE CLASSIC MUSIC!", + "OH GOD, I REALLY LOVE CLASSICAL MUSIC!", "IT'S BECAUSE I'M WEARING EAR-PLUGS", "IT'S BECAUSE I CAN LIP-READ", "NOOO", |