summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-04-05 00:17:53 +0200
committerRobin Gareus <robin@gareus.org>2015-04-05 00:17:53 +0200
commit6d531b82e03c309d740b253f9ef559fae664825b (patch)
tree7d3b1465da7bb3942d126d5d3ea5dd959f990791 /gtk2_ardour/editor_regions.cc
parentfdad1749329fe3beca7e008c063708b361ca6bc1 (diff)
add context to single-letter translatable
Diffstat (limited to 'gtk2_ardour/editor_regions.cc')
-rw-r--r--gtk2_ardour/editor_regions.cc22
1 files changed, 11 insertions, 11 deletions
diff --git a/gtk2_ardour/editor_regions.cc b/gtk2_ardour/editor_regions.cc
index 235793c2ad..1d6ac8c16c 100644
--- a/gtk2_ardour/editor_regions.cc
+++ b/gtk2_ardour/editor_regions.cc
@@ -109,17 +109,17 @@ EditorRegions::EditorRegions (Editor* e)
Gtk::Label* l;
ColumnInfo ci[] = {
- { 0, _("Region"), _("Region name, with number of channels in []'s") },
- { 1, _("Position"), _("Position of start of region") },
- { 2, _("End"), _("Position of end of region") },
- { 3, _("Length"), _("Length of the region") },
- { 4, _("Sync"), _("Position of region sync point, relative to start of the region") },
- { 5, _("Fade In"), _("Length of region fade-in (units: secondary clock), () if disabled") },
- { 6, _("Fade Out"), _("Length of region fade-out (units: secondary clock), () if disabled") },
- { 7, _("L"), _("Region position locked?") },
- { 8, _("G"), _("Region position glued to Bars|Beats time?") },
- { 9, _("M"), _("Region muted?") },
- { 10, _("O"), _("Region opaque (blocks regions below it from being heard)?") },
+ { 0, _("Region"), _("Region name, with number of channels in []'s") },
+ { 1, _("Position"), _("Position of start of region") },
+ { 2, _("End"), _("Position of end of region") },
+ { 3, _("Length"), _("Length of the region") },
+ { 4, _("Sync"), _("Position of region sync point, relative to start of the region") },
+ { 5, _("Fade In"), _("Length of region fade-in (units: secondary clock), () if disabled") },
+ { 6, _("Fade Out"), _("Length of region fade-out (units: secondary clock), () if disabled") },
+ { 7, S_("Lock|L"), _("Region position locked?") },
+ { 8, S_("Gain|G"), _("Region position glued to Bars|Beats time?") },
+ { 9, S_("Mute|M"), _("Region muted?") },
+ { 10, S_("Opaque|O"), _("Region opaque (blocks regions below it from being heard)?") },
{ -1, 0, 0 }
};