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:
parent
e6ccc32abd
commit
09e519b715
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user