mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 16:33:14 +01:00
add a descriptive tooltip to the Timebase selector (needs translations)
This commit is contained in:
parent
f53ff625d1
commit
4d8a0b3535
1 changed files with 8 additions and 0 deletions
|
|
@ -678,6 +678,14 @@ SessionDialog::setup_new_session_page ()
|
|||
timebase_chooser.append (_("Beat Time"));
|
||||
timebase_chooser.set_active (Config->get_preferred_time_domain() == Temporal::BeatTime ? 1 : 0);
|
||||
|
||||
set_tooltip (timebase_chooser, _(
|
||||
"The timebase controls how some items on the timeline respond to tempo map editing.\n\n"
|
||||
"If you choose Beat Time, some items (like markers) will move when you change tempo.\n\n"
|
||||
"If you choose Audio Time, these items will not move when you change tempo.\n\n"
|
||||
"The timebase also affects which ruler lanes will be initially shown.\n\n"
|
||||
"You can change the session's timebase anytime in Session->Properties."
|
||||
));
|
||||
|
||||
//Template & Template Description area
|
||||
HBox* template_hbox = manage (new HBox);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue