diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 265479b..89f783f 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -363,7 +363,7 @@ ENABLE_REMOTESYSLOG(){ esac } PYTHON3UPGRADE(){ - read -n 1 -p "Are you sure you wish to install Filewatcher (Y/n)?" choice + read -n 1 -p "Are you sure you wish to upgrade to Python3 (Y/n)?" choice case "$choice" in [Nn]) INSTALL_MENU;; * )