Copy-edit.
authorCarl Hetherington <carl@carlh.net>
Wed, 15 Sep 2010 00:33:33 +0000 (00:33 +0000)
committerCarl Hetherington <carl@carlh.net>
Wed, 15 Sep 2010 00:33:33 +0000 (00:33 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7778 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_mouse.cc

index 486b1af5e8c9af5d56b38ab3fe388d69a050f081..7aa567ebc1999b7e3d08b89f957ea6f771c65840 100644 (file)
@@ -2385,7 +2385,7 @@ Editor::point_trim (GdkEvent* event, nframes64_t new_bound)
        /* Choose action dependant on which button was pressed */
        switch (event->button.button) {
        case 1:
-               begin_reversible_command (_("Start point trim"));
+               begin_reversible_command (_("start point trim"));
 
                if (selection->selected (rv)) {
                        for (list<RegionView*>::const_iterator i = selection->regions.by_layer().begin();