mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
Missing i18n patch from prokoudine. Fixes #3610.
git-svn-id: svn://localhost/ardour2/branches/3.0@8289 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3029935f0a
commit
39ebb427b3
1 changed files with 2 additions and 2 deletions
|
|
@ -360,13 +360,13 @@ ArdourStartup::setup_monitoring_choice_page ()
|
|||
RadioButton::Group g (monitor_via_hardware_button.get_group());
|
||||
monitor_via_ardour_button.set_group (g);
|
||||
|
||||
monitor_label.set_markup("\
|
||||
monitor_label.set_markup(_("\
|
||||
While recording instruments or vocals, you probably want to listen to the\n\
|
||||
signal as well as record it. This is called \"monitoring\". There are\n\
|
||||
different ways to do this depending on the equipment you have and the\n\
|
||||
configuration of that equipment. The two most common are presented here.\n\
|
||||
Please choose whichever one is right for your setup.\n\n\
|
||||
<i>(You can change this preference at any time, via the Preferences dialog)</i>");
|
||||
<i>(You can change this preference at any time, via the Preferences dialog)</i>"));
|
||||
monitor_label.set_alignment (0.0, 0.0);
|
||||
|
||||
vbox->set_spacing (6);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue