More text tweaks.
git-svn-id: svn://localhost/ardour2/branches/3.0@12218 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7bc425fd0d
commit
f015482088
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user