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:
parent
33f62360a2
commit
a03f3229f4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user