mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54: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
|
|
@ -4331,7 +4331,7 @@ These settings will only take effect after %1 is restarted.\n\
|
|||
);
|
||||
add_option (_("Monitoring"), bo);
|
||||
Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(),
|
||||
string_compose (_("<b>When enabled</b>, and Transport->Auto-Input is enabled, %1 will always monitor audio inputs when transport is stopped, even if tracks aren't armed."),
|
||||
string_compose (_("<b>When enabled</b>, and Transport -> Auto-Input is enabled, %1 will always monitor audio inputs when transport is stopped, even if tracks aren't armed."),
|
||||
PROGRAM_NAME));
|
||||
|
||||
add_option (_("Monitoring"), new OptionEditorHeading (_("Solo")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue