View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003610 | ardour | translation | public | 2010-12-16 03:49 | 2020-04-19 20:15 |
| Reporter | prokoudine | Assigned To | cth103 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0003610: Forgotten user visible message | ||||
| Description | A user visible message in first-start-configuration dialog was forgotten to be marked for translation. The attached gigabytes long patch fixes it. | ||||
| Tags | No tags attached. | ||||
|
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);
|
|
|
Applied to SVN. Thanks! |
|
|
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. |
| 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 |