summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-09 10:33:54 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-09 10:33:54 +0000
commitf0154820885f8792fef65dede9b707e2eac6fa53 (patch)
treeb3563b9473be382c47814351cee42625835fa9d6 /gtk2_ardour/session_option_editor.cc
parent7bc425fd0d201626d3591ad88b891b0b67c69814 (diff)
More text tweaks.
git-svn-id: svn://localhost/ardour2/branches/3.0@12218 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/session_option_editor.cc')
-rw-r--r--gtk2_ardour/session_option_editor.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/session_option_editor.cc b/gtk2_ardour/session_option_editor.cc
index 3a119a3ef0..b9f54f94e8 100644
--- a/gtk2_ardour/session_option_editor.cc
+++ b/gtk2_ardour/session_option_editor.cc
@@ -161,9 +161,9 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
sigc::mem_fun (*_session_config, &SessionConfiguration::set_xfade_choice)
);
- cfc->add (ConstantPowerMinus3dB, _("Constant Power (-3dB)"));
- cfc->add (ConstantPowerMinus6dB, _("Constant Power (-6dB)"));
- cfc->add (RegionFades, _("Use existing Region fade shape"));
+ cfc->add (ConstantPowerMinus3dB, _("constant power (-3dB)"));
+ cfc->add (ConstantPowerMinus6dB, _("constant power (-6dB)"));
+ cfc->add (RegionFades, _("use existing region fade shape"));
add_option (_("Fades"), cfc);