From a03f3229f44742b579fc0dabf7a2b364e1a9b96b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 11 Dec 2011 20:38:31 +0000 Subject: [PATCH] Minor fix to error message. git-svn-id: svn://localhost/ardour2/branches/3.0@10981 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2