summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-10-30 23:43:09 +1100
committernick_m <mainsbridge@gmail.com>2015-10-30 23:43:09 +1100
commit3e634396378f14b337d7f10d01968466fb3f0e94 (patch)
tree0947e42f4d849acc5bd849aa819cb90959c987c5 /gtk2_ardour/editor_mouse.cc
parent5e7c7e52bd482dbdf8629b284781543975672766 (diff)
"End" -> "end" in end point trim command name.
Diffstat (limited to 'gtk2_ardour/editor_mouse.cc')
-rw-r--r--gtk2_ardour/editor_mouse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index 297483d563..23961cef91 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -2192,7 +2192,7 @@ Editor::point_trim (GdkEvent* event, framepos_t new_bound)
break;
case 2:
- begin_reversible_command (_("End point trim"));
+ begin_reversible_command (_("end point trim"));
if (selection->selected (rv)) {