conform LTC config tooltip text
authorRobin Gareus <robin@gareus.org>
Wed, 24 Oct 2012 00:04:52 +0000 (00:04 +0000)
committerRobin Gareus <robin@gareus.org>
Wed, 24 Oct 2012 00:04:52 +0000 (00:04 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13328 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/rc_option_editor.cc

index 091f31b2177ccac478aedafe5b75e194d10be594..5b022bdc8968f41c31dbc28dd9b2f8f11790cf00 100644 (file)
@@ -1119,7 +1119,7 @@ RCOptionEditor::RCOptionEditor ()
                            );
        Gtkmm2ext::UI::instance()->set_tip
                (_ltc_send_continuously->tip_widget(),
-                _("If enabled, Ardour will continue to send LTC information even when the transport (playhead) is not moving."));
+                _("When enabled, Ardour will continue to send LTC information even when the transport (playhead) is not moving."));
        add_option (_("Transport"), _ltc_send_continuously);
 
   _ltc_volume_adjustment = new Gtk::Adjustment(-18, -50, 0, .5, 3);