summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-04-02 21:40:25 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-04-02 21:40:40 -0400
commit4a44f9021841a67ffc9824b1aa1d658add922739 (patch)
treeb12a241b4142d222ca021b09d76e19f79d87a80c /gtk2_ardour
parent60589268e8b92c299cfe4d6e8bf5019907b34914 (diff)
remove hard-coded program name
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour_ui.cc2
1 files changed, 1 insertions, 1 deletions
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);