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; }