summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-05 18:27:19 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-05 18:27:19 +0000
commit35ab39bd93b7de5e8526c6908a06bfb86df4aaf1 (patch)
treec96baaa34724c99b5531eb2d8d1f48254b701e20 /gtk2_ardour/editor_regions.cc
parent3c3bceccf91ce622dffdfe7042e88bfa8a798d2e (diff)
fix names on region list, and expand tooltip info for fade cols
git-svn-id: svn://localhost/ardour2/branches/3.0@10904 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_regions.cc')
-rw-r--r--gtk2_ardour/editor_regions.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/editor_regions.cc b/gtk2_ardour/editor_regions.cc
index ece75522fc..304c50abb9 100644
--- a/gtk2_ardour/editor_regions.cc
+++ b/gtk2_ardour/editor_regions.cc
@@ -108,12 +108,12 @@ EditorRegions::EditorRegions (Editor* e)
ColumnInfo ci[] = {
{ 0, _("Region"), _("Region name, with number of channels in []'s") },
- { 1, _("Position"), _("Length of the region") },
- { 2, _("End"), _("Length of the region") },
- { 3, _("End"), _("Length of the region") },
+ { 1, _("Position"), _("Position of start 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, _("Sync"), _("Region fade-in enabled?") },
- { 6, _("Fade In"), _("Region fade-out enabled?") },
+ { 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 dsisabled") },
{ 7, _("L"), _("Region position locked?") },
{ 8, _("G"), _("Region position glued to Bars|Beats time?") },
{ 9, _("M"), _("Region muted?") },