diff --git a/tools/linux_packaging/stage2.run.in b/tools/linux_packaging/stage2.run.in index a04acc54e6..0d93f777ad 100755 --- a/tools/linux_packaging/stage2.run.in +++ b/tools/linux_packaging/stage2.run.in @@ -287,7 +287,7 @@ if %REPLACE_GCC5%; then echo "" echo "WARNING: GCC4/5 libstdc++ ABI Mismatch" echo "" - echo "Ardour was compiled with gcc5, your system uses an older version of the" + echo "${PGM_NAME} was compiled with gcc5, your system uses an older version of the" echo "standard c++ library. Plugins on your system may not load or plugin-UIs" echo "may cause crashes." echo "" @@ -302,7 +302,7 @@ else echo "" echo "WARNING: GCC4/5 libstdc++ ABI Mismatch" echo "" - echo "Ardour was compiled with gcc4, your system uses a newer version of the" + echo "${PGM_NAME} was compiled with gcc4, your system uses a newer version of the" echo "standard c++ library. Plugins on your system may not load or plugin-UIs" echo "may cause crashes." echo "" @@ -318,7 +318,7 @@ if %REPLACE_WINE%; then echo "" echo "!!! ERROR !!! - 'wine' was not found." echo "" - echo "This version of Ardour with Windows VST support requires wine." + echo "This version of ${PGM_NAME} with Windows VST support requires wine." echo "https://www.winehq.org/" echo "" read -p "Press ENTER to exit installer:" BLAH