13
0

better error msg about autoloop location

git-svn-id: svn://localhost/ardour2/branches/3.0@13842 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-15 14:15:01 +00:00
parent e6ccc32abd
commit 09e519b715

View 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;
}