change wording

This commit is contained in:
Tobias Powalowski 2022-11-25 16:42:41 +01:00
parent 5b90d4a22f
commit 062fe66b9a

View file

@ -90,7 +90,7 @@ while [[ "${SET_TIME}" == "" ]]; do
if ping -c1 www.google.com >/dev/null 2>&1; then
if DIALOG --yesno \
"Do you want to use the Network Time Protocol (NTP) for syncing your clock, by using the internet clock pool?" 6 60; then
DIALOG --infobox "Syncing clock with internet clock pool ..." 3 50
DIALOG --infobox "Syncing clock with NTP pool ..." 3 50
# sync immediatly with standard pool
if [[ ! $(ntpdate pool.ntp.org) ]]; then
DIALOG --msgbox "An error has occured, time was not changed!" 0 0