13
0

Minor fix to error message.

git-svn-id: svn://localhost/ardour2/branches/3.0@10981 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-12-11 20:38:31 +00:00
parent 33f62360a2
commit a03f3229f4

View File

@ -2041,7 +2041,7 @@ Session::save_template (string template_name)
}
catch(sys::filesystem_error& ex)
{
error << string_compose(_("Could not create mix templates directory \"%1\" (%2)"),
error << string_compose(_("Could not create templates directory \"%1\" (%2)"),
user_template_dir.to_string(), ex.what()) << endmsg;
return -1;
}