diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index 39c0ee62d6..e8c794f85e 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -699,12 +699,12 @@ ARDOUR_UI::post_engine () string ver = ver_in.substr(0, ver_in.find("-")); cout << "\n
\n Every single menu item in Ardour's GUI is accessible by control" << endl; + cout << "" << endl; + cout << "
\n Every single menu item in " << PROGRAM_NAME << "'s GUI is accessible by control" << endl; cout << " surfaces or scripts.\n
\n" << endl; cout << "\n The list below shows all available values of action-name as of" << endl; - cout << " Ardour " << ver << ". You can get the current list at any" << endl; - cout << " time by running Ardour with the -b flag.\n
\n" << endl; + cout << " " << PROGRAM_NAME << " " << ver << ". You can get the current list at any" << endl; + cout << " time by running " << PROGRAM_NAME << " with the -b flag.\n\n" << endl; cout << "| Action Name | Menu Name |
|---|