From 878f74147708a805bc36644157ae44a8b8323775 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 7 Sep 2020 06:43:22 +0200 Subject: [PATCH] Remove redundant display-unit Percent sign is part of the dropdown value --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index ac680efc34..7be2d7df78 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2493,7 +2493,7 @@ RCOptionEditor::RCOptionEditor () ComboOption* dps = new ComboOption ( "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) );