Bob Mottram пре 10 година
родитељ
комит
e7537c7c5a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/freedombone-sec

+ 1
- 1
src/freedombone-sec Прегледај датотеку

297
   dialog --title "Final Confirmation" \
297
   dialog --title "Final Confirmation" \
298
       --backtitle "Freedombone Security Configuration" \
298
       --backtitle "Freedombone Security Configuration" \
299
       --defaultno \
299
       --defaultno \
300
-      --yesno "\nPlease confirm that you wish your security settings to be changed?\n\nWARNING: any mistakes made in the security settings could compromise your system, so be extra careful when answering 'yes'." 7 60
300
+      --yesno "\nPlease confirm that you wish your security settings to be changed?\n\nWARNING: any mistakes made in the security settings could compromise your system, so be extra careful when answering 'yes'." 12 60
301
   sel=$?
301
   sel=$?
302
   case $sel in
302
   case $sel in
303
       1) echo 'Exiting without changing security settings'
303
       1) echo 'Exiting without changing security settings'