mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
make text to describe timecode-source-is-synced option hopelessly more verbose
git-svn-id: svn://localhost/ardour2/branches/3.0@6241 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
28d7542d23
commit
73fe0a3135
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
|
|||
|
||||
add_option (_("Sync"), new BoolOption (
|
||||
"timecode-source-is-synced",
|
||||
_("Timecode source is synced"),
|
||||
_("Timecode source shares sample clock with audio interface"),
|
||||
mem_fun (*_session_config, &SessionConfiguration::get_timecode_source_is_synced),
|
||||
mem_fun (*_session_config, &SessionConfiguration::set_timecode_source_is_synced)
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue