summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-30 04:12:46 +0100
committerRobin Gareus <robin@gareus.org>2016-12-30 04:12:46 +0100
commitbde3010be7589081bab4ccd5baa00c4188b7b10d (patch)
tree60ed4216dd25519b20ab821b3996cb4ac76a4944 /gtk2_ardour/rc_option_editor.cc
parenta19a681f9e0b737598de80f4b598bc745066d652 (diff)
Removed the the
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc4
1 files changed, 2 insertions, 2 deletions
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(),
- _("<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);