summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/session.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index a837a40e9c..0bcabbe7bd 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -1077,7 +1077,7 @@ Session::set_auto_loop_location (Location* location)
}
if (location->end() <= location->start()) {
- error << _("Session: you can't use a mark for auto loop") << endmsg;
+ error << _("You cannot use this location for auto-loop because it has zero or negative length") << endmsg;
return;
}