Fix midi -> MIDI in label.
authorCarl Hetherington <cth@carlh.net>
Thu, 13 Dec 2018 20:42:42 +0000 (20:42 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 13 Dec 2018 20:42:42 +0000 (20:42 +0000)
gtk2_ardour/rc_option_editor.cc

index 787cfcd07d20daa4257b5a0e18e846cb419bef9d..29460b441ebb4d3d35ea65e1dc819ee20a90b616 100644 (file)
@@ -2180,7 +2180,7 @@ RCOptionEditor::RCOptionEditor ()
        add_option (_("General"),
             new BoolOption (
                     "try-autostart-engine",
-                    _("Try to auto-launch audio/midi engine"),
+                    _("Try to auto-launch audio/MIDI engine"),
                     sigc::mem_fun (*_rc_config, &RCConfiguration::get_try_autostart_engine),
                     sigc::mem_fun (*_rc_config, &RCConfiguration::set_try_autostart_engine)
                     ));