mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
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:
parent
eb8de01f42
commit
6637eaaf82
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue