summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-10-24 00:04:52 +0000
committerRobin Gareus <robin@gareus.org>2012-10-24 00:04:52 +0000
commit956261b36d494fc8d3084a19ee3cedecf6873c30 (patch)
tree64b6b8a5911b6b81b1306b6987c2eac62ea7e398 /gtk2_ardour
parentb7075c09890abe188735eeb42a76551b0ba67211 (diff)
conform LTC config tooltip text
git-svn-id: svn://localhost/ardour2/branches/3.0@13328 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
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);