op_datetime.sh and pandora-first-run-wizard: Removed the warning about the screen...
[openpandora.oe.git] / recipes / pandora-system / pandora-scripts / op_datetime.sh
index 04aa5ed..09ade72 100755 (executable)
@@ -39,7 +39,7 @@ case $mainsel in
   time_m=`date +%M`
 
   while true; do
-    time=$(zenity --title="Enter actual time" --entry --text "Please enter the time in 24hour format (HH:MM).\n\nThe screen might blank out after you changed the time.\nDon't panic. Simply press a button on the keyboard.\n" --entry-text "$time_h:$time_m") || exit 1
+    time=$(zenity --title="Enter actual time" --entry --text "Please enter the time in 24hour format (HH:MM).\n" --entry-text "$time_h:$time_m") || exit 1
     if test -n "$time" && date -d "$time"; then
       break;
     fi