yet another stupid typo
authorRobin Gareus <robin@gareus.org>
Sun, 14 May 2017 13:15:10 +0000 (15:15 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 14 May 2017 13:15:10 +0000 (15:15 +0200)
gtk2_ardour/mini_timeline.cc

index 96b73960be8e196e3f3a176c61135b33d98bfb60..ef7d02c8cb36e63f09564b8eeda0aeae78613bb4 100644 (file)
@@ -71,7 +71,7 @@ MiniTimeline::MiniTimeline ()
        Location::flags_changed.connect (marker_connection, invalidator (*this), boost::bind (&MiniTimeline::update_minitimeline, this), gui_context ());
 
        ARDOUR_UI_UTILS::set_tooltip (*this,
-                       string_compose (_("<b>Navigation Timeline</b>. Use left-click to locate to time position or marker; scroll-wheel to jump, hold %1 for fine gained and %2 + %3 for extra-fine grained control. Right-click to set display range. The display unit is defined by the primary clock."),
+                       string_compose (_("<b>Navigation Timeline</b>. Use left-click to locate to time position or marker; scroll-wheel to jump, hold %1 for fine grained and %2 + %3 for extra-fine grained control. Right-click to set display range. The display unit is defined by the primary clock."),
                                Gtkmm2ext::Keyboard::primary_modifier_name(),
                                Gtkmm2ext::Keyboard::primary_modifier_name (),
                                Gtkmm2ext::Keyboard::secondary_modifier_name ()));