From 35eba54e517c07a4f6ea75478f4d289fae6b733b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 15 Jul 2012 12:23:23 +0000 Subject: [PATCH] i18n detail git-svn-id: svn://localhost/ardour2/branches/3.0@13042 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 9c637761b0..6b8faa025d 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -795,7 +795,7 @@ If you still wish to quit, please use the\n\n\ */ save_ardour_state (); - loading_message (_("Please wait while Ardour cleans up...")); + loading_message (string_compose (_("Please wait while %1 cleans up..."), PROGRAM_NAME)); if (_session) { // _session->set_deletion_in_progress ();