From 4a44f9021841a67ffc9824b1aa1d658add922739 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 2 Apr 2015 21:40:25 -0400 Subject: [PATCH] remove hard-coded program name --- 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 8eac07ce14..39f1d8e6bc 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -162,7 +162,7 @@ static bool ask_about_configuration_copy (string const & old_dir, string const & new_dir, int version) { MessageDialog msg (string_compose (_("%1 %2.x has discovered configuration files from %1 %3.x.\n\n" - "Would you like these files to be copied and used for Ardour 4.x?\n\n" + "Would you like these files to be copied and used for %1 4.x?\n\n" "(This will require you to restart %1.)"), PROGRAM_NAME, PROGRAM_VERSION, version), true); -- 2.30.2