Preferences: Improve label and tooltip of 'Accelerated speed' slider.

(cherry-picked from commit d95efd3409)
This commit is contained in:
josteph 2018-06-16 10:12:06 +00:00 committed by Charles Dang
parent ea643fff18
commit 01bd2af9ae

View file

@ -80,12 +80,12 @@
horizontal_grow = true
{_GUI_PREFERENCES_CHECKBOX_ALIGN_BORDER}
{_GUI_PREFERENCES_MAIN_COMPOSITE_SLIDER
( _ "Speed:")
( _ "Acceleration factor:")
turbo_slider (
# Starts at 0 since the slider values are used for vector index access.
minimum_value,maximum_value=0,11
step_size=1
tooltip= _ "Units move and fight speed"
tooltip= _ "Speed at which unit moves and animations play when 'Accelerated speed' is enabled."
)
}
[/column]