fix tooltip
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 7 Dec 2011 02:02:10 +0000 (02:02 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 7 Dec 2011 02:02:10 +0000 (02:02 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10921 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_regions.cc

index 304c50abb91cf4f9d322b9e12f92a0ecb6cac2f9..fa2a06a285694a1dc207b990841d5458e3e88fab 100644 (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") },