|  | @@ -297,7 +297,7 @@ function interactive_setup {
 | 
	
		
			
			| 297 | 297 |    dialog --title "Final Confirmation" \
 | 
	
		
			
			| 298 | 298 |        --backtitle "Freedombone Security Configuration" \
 | 
	
		
			
			| 299 | 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 | 301 |    sel=$?
 | 
	
		
			
			| 302 | 302 |    case $sel in
 | 
	
		
			
			| 303 | 303 |        1) echo 'Exiting without changing security settings'
 |