summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-02-25 17:43:51 +0100
committerRobin Gareus <robin@gareus.org>2017-02-25 17:44:08 +0100
commit18ec1840e700e6fbe8a805cd31831df7774f0816 (patch)
tree932d1a05740f8487e90d59ee9494725c0ea0124c /gtk2_ardour/rc_option_editor.cc
parentb37d3776d2af5ae3a8b3c9c8eb779475088a66ea (diff)
Tweak preferences text
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-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 e467ce2800..bad1521d10 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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);