diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index a061f0df1a..96e25522f5 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -3296,8 +3296,8 @@ if (!Profile->get_mixbus()) { sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_super_rapid_clock_update) ); Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), - _("When enabled the clock displays are updated every Timecode Frame (fps).\n\n" - "When disabled the clock displays are updated only every 100ms." + _("When enabled clock displays are updated every Timecode Frame (fps).\n\n" + "When disabled clock displays are updated only every 100ms." )); add_option (S_("Preferences|GUI"), bo);