aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/testbed/sound.cpp')
-rw-r--r--engines/testbed/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/testbed/sound.cpp b/engines/testbed/sound.cpp
index f93dbf0e92..6b56a75b50 100644
--- a/engines/testbed/sound.cpp
+++ b/engines/testbed/sound.cpp
@@ -133,7 +133,7 @@ TestExitStatus SoundSubsystem::playBeeps() {
g_system->delayMillis(500);
mixer->pauseHandle(handle, true);
- if (Testsuite::handleInteractiveInput("Were you able to hear the left beep?", "Yes", "No", kOptionRight)) {
+ if (Testsuite::handleInteractiveInput(" Were you able to hear the left beep? ", "Yes", "No", kOptionRight)) {
Testsuite::logDetailedPrintf("Error! Left Beep couldn't be detected : Error with Mixer::setChannelBalance()\n");
passed = kTestFailed;
}