mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Tweak translatable strings
* add spaces around "->" * consistently use "time domain" (instead of "timebase") * remove "Edit ->" from "Preferences" (on macOS Prefs are not in the edit menu
This commit is contained in:
parent
eeadd04b14
commit
46a2b45443
5 changed files with 8 additions and 8 deletions
|
|
@ -678,11 +678,11 @@ SessionDialog::setup_new_session_page ()
|
|||
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"
|
||||
"The time domain 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."
|
||||
"The time domain also affects which ruler lanes will be initially visible.\n\n"
|
||||
"You can change the session's timebase anytime in Session -> Properties."
|
||||
));
|
||||
|
||||
//Template & Template Description area
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue