summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-07 02:02:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-07 02:02:10 +0000
commitc9012ccbb81765ca0f1706ae15b5d4a3b2070dea (patch)
tree1a206b58f27a4c0e3eb0e7ddba1176db84cb5e56
parent668c8b1f9e1df57e749e93953918832a38b17e23 (diff)
fix tooltip
git-svn-id: svn://localhost/ardour2/branches/3.0@10921 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/editor_regions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_regions.cc b/gtk2_ardour/editor_regions.cc
index 304c50abb9..fa2a06a285 100644
--- a/gtk2_ardour/editor_regions.cc
+++ b/gtk2_ardour/editor_regions.cc
@@ -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") },