From 39ebb427b3125c9c48c37d0cf05a27267efeb6a3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 16 Dec 2010 21:25:17 +0000 Subject: [PATCH] Missing i18n patch from prokoudine. Fixes #3610. git-svn-id: svn://localhost/ardour2/branches/3.0@8289 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/startup.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/startup.cc b/gtk2_ardour/startup.cc index c6e1f6d573..c3d699ec2f 100644 --- a/gtk2_ardour/startup.cc +++ b/gtk2_ardour/startup.cc @@ -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\ -(You can change this preference at any time, via the Preferences dialog)"); +(You can change this preference at any time, via the Preferences dialog)")); monitor_label.set_alignment (0.0, 0.0); vbox->set_spacing (6);