Removed the the
authorRobin Gareus <robin@gareus.org>
Fri, 30 Dec 2016 03:12:46 +0000 (04:12 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 30 Dec 2016 03:12:46 +0000 (04:12 +0100)
gtk2_ardour/rc_option_editor.cc

index a061f0df1a26d22e96e846d42f63e056625d4055..96e25522f582ed92ef96925fec6fb0c611e10a7e 100644 (file)
@@ -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(),
-                       _("<b>When enabled</b> the clock displays are updated every Timecode Frame (fps).\n\n"
-                               "<b>When disabled</b> the clock displays are updated only every 100ms."
+                       _("<b>When enabled</b> clock displays are updated every Timecode Frame (fps).\n\n"
+                               "<b>When disabled</b> clock displays are updated only every 100ms."
                         ));
        add_option (S_("Preferences|GUI"), bo);