From 076f489107ea516e9c4728abc3c1a472e3cd9b7d Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 16 May 2006 07:41:48 +0000 Subject: If the options dialog calls it "Subtitle speed", then so should the indicator displayed when pressing the + or - keys. svn-id: r22485 --- engines/scumm/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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 -- cgit v1.2.3