Tiny text formatting fix.
authorCarl Hetherington <carl@carlh.net>
Fri, 19 Jun 2009 01:30:49 +0000 (01:30 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 19 Jun 2009 01:30:49 +0000 (01:30 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5217 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour_ui.cc

index 0b9b9f1f746c1f5ec2c806b32706fe56ac5fa501..129d28f50739f07c9c576b7c1ad1bbd6fb7e6930 100644 (file)
@@ -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);