diff --git a/gtk2_ardour/missing_file_dialog.cc b/gtk2_ardour/missing_file_dialog.cc index df09d8c218..56139be32f 100644 --- a/gtk2_ardour/missing_file_dialog.cc +++ b/gtk2_ardour/missing_file_dialog.cc @@ -61,8 +61,8 @@ MissingFileDialog::MissingFileDialog (Session* s, const std::string& path, DataT replace_all (dirstr, ":", "\n"); msg.set_justify (JUSTIFY_CENTER); - msg.set_markup (string_compose (_("Ardour cannot find the %1 file\n\n%2\n\nin any of these folders:\n\n\ -%3\n\n"), typestr, path, dirstr)); + msg.set_markup (string_compose (_("%1 cannot find the %2 file\n\n%3\n\nin any of these folders:\n\n\ +%4\n\n"), PROGRAM_NAME, typestr, path, dirstr)); HBox* hbox = manage (new HBox); hbox->pack_start (msg, false, true);