better error msg about autoloop location
[ardour.git] / libs / ardour / session.cc
index a837a40e9c6f9c7754f8ba56735e421e4e3754a6..0bcabbe7bd1a2c0d796b5108530343b01897f9f0 100644 (file)
@@ -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;
        }