More text tweaks.
authorCarl Hetherington <carl@carlh.net>
Wed, 9 May 2012 10:33:54 +0000 (10:33 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 9 May 2012 10:33:54 +0000 (10:33 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12218 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/session_option_editor.cc

index 3a119a3ef0c034e8d5e4e67df69696a92235b809..b9f54f94e81aa3347234d791310cb1cbc6879f46 100644 (file)
@@ -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);