Tweak label.
authorCarl Hetherington <carl@carlh.net>
Sat, 15 Sep 2012 12:18:29 +0000 (12:18 +0000)
committerCarl Hetherington <carl@carlh.net>
Sat, 15 Sep 2012 12:18:29 +0000 (12:18 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13188 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/startup.cc

index b17270cbbd7efb5a7156f4d24d72926a667de2d1..684041f2c3cf30f0218da1513d072d50fb27beab 100644 (file)
@@ -1115,7 +1115,7 @@ ArdourStartup::setup_more_options_page ()
        advanced_table.set_row_spacings(0);
        advanced_table.set_col_spacings(0);
 
-       _connect_inputs.set_label (_("Automatically connect to physical_inputs"));
+       _connect_inputs.set_label (_("Automatically connect to physical inputs"));
        _connect_inputs.set_flags(Gtk::CAN_FOCUS);
        _connect_inputs.set_relief(Gtk::RELIEF_NORMAL);
        _connect_inputs.set_mode(true);