[Scummvm-git-logs] scummvm master -> 5e07b5157d81abdbc63c84bef430decc7e9fb45e

bluegr noreply at scummvm.org
Sun Jun 26 12:56:30 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5e07b5157d DOCS: fix talkspeed explanation


Commit: 5e07b5157d81abdbc63c84bef430decc7e9fb45e
    https://github.com/scummvm/scummvm/commit/5e07b5157d81abdbc63c84bef430decc7e9fb45e
Author: Joachim Jautz (github at jautz.org)
Date: 2022-06-26T15:56:27+03:00

Commit Message:
DOCS: fix talkspeed explanation

Playing around with the "talkspeed" values, the name of this setting may be counter-intuitive:
Higher values do not mean higher speed. Instead they lead to higher (longer) display time.
In other words, talkspeed zero is fast, 255 is slow.
Related discussion (from 2008, though): https://forums.scummvm.org/viewtopic.php?t=6496

Changed paths:
    doc/docportal/settings/audio.rst


diff --git a/doc/docportal/settings/audio.rst b/doc/docportal/settings/audio.rst
index 6de95e7faa1..73361482198 100644
--- a/doc/docportal/settings/audio.rst
+++ b/doc/docportal/settings/audio.rst
@@ -63,7 +63,7 @@ Text and Speech
 .. _talkspeed:
 
 Subtitle speed
-	Adjusts the length of time that the subtitles are displayed on screen. The lower the speed is set, the longer the subtitles are displayed.
+	Adjusts the length of time that the subtitles are displayed on screen. The higher the value, the longer the subtitles are displayed.
 
 	*talkspeed*
 




More information about the Scummvm-git-logs mailing list