From 956261b36d494fc8d3084a19ee3cedecf6873c30 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 24 Oct 2012 00:04:52 +0000 Subject: [PATCH] conform LTC config tooltip text git-svn-id: svn://localhost/ardour2/branches/3.0@13328 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 091f31b217..5b022bdc89 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -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);