summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-25 12:33:51 +0100
committerRobin Gareus <robin@gareus.org>2015-03-25 12:33:51 +0100
commitd05c09c1f6c10f10bbfd4eada53d38f9627a697e (patch)
tree2feb16e25425b028e2892638935f3f85ae379b99 /gtk2_ardour/editor_ops.cc
parent6cfb6ef6657c80e2ff5f3f9912d90713fa3e65e8 (diff)
consistent message session start->end.
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index a4509e2e1e..5ccf589ef3 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -6038,7 +6038,7 @@ Editor::set_session_extents_from_selection ()
if (!get_selection_extents ( start, end))
return;
- begin_reversible_command (_("set session start/stop from selection"));
+ begin_reversible_command (_("set session start/end from selection"));
Location* loc;
if ((loc = _session->locations()->session_range_location()) == 0) {