Tweak preferences text
authorRobin Gareus <robin@gareus.org>
Sat, 25 Feb 2017 16:43:51 +0000 (17:43 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 25 Feb 2017 16:44:08 +0000 (17:44 +0100)
gtk2_ardour/rc_option_editor.cc

index e467ce280004d9203972d58abf52acad26ba1c56..bad1521d105467f557ecf8db10cbab49539df136 100644 (file)
@@ -2908,7 +2908,7 @@ RCOptionEditor::RCOptionEditor ()
        add_option (S_("Preferences|Metering"), mpks);
 
        OptionEditorHeading* default_meter_head = new OptionEditorHeading (_("Default Meter Types"));
-       default_meter_head->set_note (_("These settings are used when creating new tracks, busses or new sessions in case of the master-meter and do not affect the current settings."));
+       default_meter_head->set_note (_("These settings apply to newly created tracks and busses. For the Master bus, this will be when a new session is created."));
 
        add_option (S_("Preferences|Metering"), default_meter_head);