diff --git a/usr/bin/archboot-tz.sh b/usr/bin/archboot-tz.sh index 20fed155c..b2d45b83b 100755 --- a/usr/bin/archboot-tz.sh +++ b/usr/bin/archboot-tz.sh @@ -95,7 +95,7 @@ _dotimeset() { if _dialog --cr-wrap --defaultno --yesno "Your current time and date is:\n$(${_DATE_PROGRAM})\n\nDo you want to change it?" 0 0; then _SET_TIME="" else - _dialog --infobox "Time and Date setting completed successfully. Continuing in 5 seconds..." 3 75 + _dialog --infobox "Time and Date setting completed successfully.\nContinuing in 5 seconds..." 4 60 sleep 5 return 0 fi