aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-05-16 07:41:48 +0000
committerTorbjörn Andersson2006-05-16 07:41:48 +0000
commit076f489107ea516e9c4728abc3c1a472e3cd9b7d (patch)
treeaff097e8f425279ed335739e4e10b4736b129077 /engines
parente723f7d1ebb1a0476ee2de9c04d1c8ba3fe32c8a (diff)
downloadscummvm-rg350-076f489107ea516e9c4728abc3c1a472e3cd9b7d.tar.gz
scummvm-rg350-076f489107ea516e9c4728abc3c1a472e3cd9b7d.tar.bz2
scummvm-rg350-076f489107ea516e9c4728abc3c1a472e3cd9b7d.zip
If the options dialog calls it "Subtitle speed", then so should the indicator
displayed when pressing the + or - keys. svn-id: r22485
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/input.cpp b/engines/scumm/input.cpp
index 73ba0ac926..397ac8bddb 100644
--- a/engines/scumm/input.cpp
+++ b/engines/scumm/input.cpp
@@ -443,7 +443,7 @@ void ScummEngine::processKbd(bool smushMode) {
_defaultTalkDelay++;
// Display the talk speed
- ValueDisplayDialog dlg("Text speed: ", 0, 9, 9 - _defaultTalkDelay, '+', '-');
+ ValueDisplayDialog dlg("Subtitle speed: ", 0, 9, 9 - _defaultTalkDelay, '+', '-');
_defaultTalkDelay = 9 - runDialog(dlg);
// Save the new talkspeed value to ConfMan