mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Clarify session property (now that there's an action)
This commit is contained in:
parent
65b38322db
commit
ca65101e49
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
|
|||
|
||||
add_option (_("Misc"), new BoolOption (
|
||||
"count-in",
|
||||
_("Count in before recording"),
|
||||
_("Always count-in when recording"),
|
||||
sigc::mem_fun (*_session_config, &SessionConfiguration::get_count_in),
|
||||
sigc::mem_fun (*_session_config, &SessionConfiguration::set_count_in)
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue