summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-25 23:33:11 +0200
committerRobin Gareus <robin@gareus.org>2013-07-25 23:33:11 +0200
commit0a68e7bee7e296d919cdd4765bea2f15afb60b28 (patch)
tree8f47c8d43a061d906bbb1525650d7d4a1b752671 /gtk2_ardour
parent908ee3bfea548736bb5a8f8dda3a80afef8c8dec (diff)
fix typo for 0VU = 8dBu in config
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 4297f61e0b..17da6ad744 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1953,7 +1953,7 @@ RCOptionEditor::RCOptionEditor ()
mvu->add (MeteringVUfrench, _("0VU = -2dBu (France)"));
mvu->add (MeteringVUamerican, _("0VU = 0dBu (North America, Australia)"));
mvu->add (MeteringVUstandard, _("0VU = +4dBu (standard)"));
- mvu->add (MeteringVUstandard, _("0VU = +8dBu"));
+ mvu->add (MeteringVUeight, _("0VU = +8dBu"));
add_option (S_("Preferences|GUI"), mvu);