13
0

fix tooltip

git-svn-id: svn://localhost/ardour2/branches/3.0@10921 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-12-07 02:02:10 +00:00
parent 668c8b1f9e
commit c9012ccbb8

View File

@ -108,7 +108,7 @@ EditorRegions::EditorRegions (Editor* e)
ColumnInfo ci[] = {
{ 0, _("Region"), _("Region name, with number of channels in []'s") },
{ 1, _("Position"), _("Position of start region") },
{ 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") },