fix typo
authorRobin Gareus <robin@gareus.org>
Wed, 2 Apr 2014 16:48:28 +0000 (18:48 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 2 Apr 2014 16:48:28 +0000 (18:48 +0200)
gtk2_ardour/editor_regions.cc

index bf13bd5a6596d496a04a199edc2afd5b303a0ec0..69620d489f978e39d5754635906f312567e69b02 100644 (file)
@@ -114,7 +114,7 @@ EditorRegions::EditorRegions (Editor* e)
                { 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 dsisabled") },
+               { 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?") },