remove hard-coded program name
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 3 Apr 2015 01:40:25 +0000 (21:40 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 3 Apr 2015 01:40:40 +0000 (21:40 -0400)
gtk2_ardour/ardour_ui.cc

index 8eac07ce142a2f577ba4e1a9da1bda0d986fc1c2..39f1d8e6bc9896cced6a5416316ace0b6ecf50b7 100644 (file)
@@ -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);