mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
language correction in option description (in => using)
This commit is contained in:
parent
f2673bb9bf
commit
aac77d08a3
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
|
|||
|
||||
add_option (_("Sync"), new BoolOption (
|
||||
"videotimeline-pullup",
|
||||
_("Apply Pull-Up/Down to Video Timeline and Video Monitor (Unless in JACK-sync)."),
|
||||
_("Apply Pull-Up/Down to Video Timeline and Video Monitor (Unless using JACK-sync)."),
|
||||
sigc::mem_fun (*_session_config, &SessionConfiguration::get_videotimeline_pullup),
|
||||
sigc::mem_fun (*_session_config, &SessionConfiguration::set_videotimeline_pullup)
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue