summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-08-30 20:48:37 +0200
committerRobin Gareus <robin@gareus.org>2014-08-30 20:57:27 +0200
commitdfbc9da79aef9cc05808d29a20c6d12c5d553a80 (patch)
treebdbd414e8f29816422e9cfde4d04b97193244f65 /gtk2_ardour/rc_option_editor.cc
parent16443f44a2664bef2b3cd4c33ecaa34e8b453e1b (diff)
update clocks and video-frames at FPS
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index a6e3ab4d3b..9a636ec2f8 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -2172,7 +2172,7 @@ RCOptionEditor::RCOptionEditor ()
add_option (S_("GUI"),
new BoolOption (
"super-rapid-clock-update",
- _("update transport clock display every 40ms instead of every 100ms"),
+ _("update transport clock display at FPS instead of every 100ms"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_super_rapid_clock_update),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_super_rapid_clock_update)
));