13
0

Remove redundant display-unit

Percent sign is part of the dropdown value
This commit is contained in:
Robin Gareus 2020-09-07 06:43:22 +02:00
parent 198f97e126
commit 878f741477
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -2493,7 +2493,7 @@ RCOptionEditor::RCOptionEditor ()
ComboOption<float>* dps = new ComboOption<float> (
"draggable-playhead-speed",
_("Auto-scroll speed when dragging playhead (%)"),
_("Auto-scroll speed when dragging playhead"),
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_draggable_playhead_speed),
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_draggable_playhead_speed)
);