Fix midi note max colour typo (miri -> midi).

git-svn-id: svn://localhost/ardour2/branches/3.0@4384 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-01-04 04:43:12 +00:00
parent f895605e33
commit be668e55e8
2 changed files with 2 additions and 2 deletions

View file

@ -1394,7 +1394,7 @@ Session::load_routes (const XMLNode& node)
boost::shared_ptr<Route> route (XMLRouteFactory (**niter));
if (route == 0) {
error << _("Session: cannot create Route from XML description.") << endmsg;
error << _("Session: cannot create Route from XML description.") << endmsg;
return -1;
}