From: nick_m Date: Fri, 30 Oct 2015 12:43:09 +0000 (+1100) Subject: "End" -> "end" in end point trim command name. X-Git-Tag: 4.5~538 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=3e634396378f14b337d7f10d01968466fb3f0e94;p=ardour.git "End" -> "end" in end point trim command name. --- 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)) {