summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-11 20:38:31 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-11 20:38:31 +0000
commita03f3229f44742b579fc0dabf7a2b364e1a9b96b (patch)
tree4ad617a1924d62fbbbf1f95a103464dc02c64267 /libs/ardour
parent33f62360a253511f8b8112012cd13e59b26095a6 (diff)
Minor fix to error message.
git-svn-id: svn://localhost/ardour2/branches/3.0@10981 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/session_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index e4febc5314..7e139b2b18 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -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;
}