Minor fix to error message.
authorCarl Hetherington <carl@carlh.net>
Sun, 11 Dec 2011 20:38:31 +0000 (20:38 +0000)
committerCarl Hetherington <carl@carlh.net>
Sun, 11 Dec 2011 20:38:31 +0000 (20:38 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10981 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_state.cc

index e4febc531454839c9844674ff4564a49b121323a..7e139b2b18de6c5230a9c5b4122cc8b95d286c7c 100644 (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;
        }