13
0

add space to a string

git-svn-id: svn://localhost/ardour2/branches/3.0@8960 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-25 19:12:09 +00:00
parent eb8de01f42
commit 6637eaaf82

View File

@ -2705,7 +2705,7 @@ ARDOUR_UI::load_session (const std::string& path, const std::string& snap_name,
goto out;
}
loading_message (string_compose (_("Please wait while %1loads your session"), PROGRAM_NAME));
loading_message (string_compose (_("Please wait while %1 loads your session"), PROGRAM_NAME));
try {
new_session = new Session (*engine, path, snap_name, 0, mix_template);