mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Tiny text formatting fix.
git-svn-id: svn://localhost/ardour2/branches/3.0@5217 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8b63f9cac7
commit
4e1b693ce7
1 changed files with 1 additions and 1 deletions
|
|
@ -799,7 +799,7 @@ ARDOUR_UI::ask_about_saving_session (const string & what)
|
|||
} else {
|
||||
type = _("snapshot");
|
||||
}
|
||||
prompt = string_compose(_("The %1\"%2\"\nhas not been saved.\n\nAny changes made this time\nwill be lost unless you save it.\n\nWhat do you want to do?"),
|
||||
prompt = string_compose(_("The %1 \"%2\"\nhas not been saved.\n\nAny changes made this time\nwill be lost unless you save it.\n\nWhat do you want to do?"),
|
||||
type, session->snap_name());
|
||||
|
||||
prompt_label.set_text (prompt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue