View Issue Details

IDProjectCategoryView StatusLast Update
0003610ardourtranslationpublic2020-04-19 20:15
Reporterprokoudine Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0003610: Forgotten user visible message
DescriptionA user visible message in first-start-configuration dialog was forgotten to be marked for translation. The attached gigabytes long patch fixes it.
TagsNo tags attached.

Activities

2010-12-16 03:49

 

startup.diff (926 bytes)   
--- gtk2_ardour/startup.cc	2010-12-15 23:20:44.000000000 +0300
+++ gtk2_ardour/startup_edit.cc	2010-12-16 06:42:01.000000000 +0300
@@ -360,13 +360,13 @@
 	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);
startup.diff (926 bytes)   

cth103

2010-12-16 21:25

administrator   ~0009647

Applied to SVN. Thanks!

system

2020-04-19 20:15

developer   ~0022307

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2010-12-16 03:49 prokoudine New Issue
2010-12-16 03:49 prokoudine File Added: startup.diff
2010-12-16 21:25 cth103 cost => 0.00
2010-12-16 21:25 cth103 Note Added: 0009647
2010-12-16 21:25 cth103 Status new => resolved
2010-12-16 21:25 cth103 Resolution open => fixed
2010-12-16 21:25 cth103 Assigned To => cth103
2020-04-19 20:15 system Note Added: 0022307
2020-04-19 20:15 system Status resolved => closed