dialog widths
This commit is contained in:
parent
32e380191e
commit
667a4517d9
|
@ -126,12 +126,12 @@ function configure_interactive_turtl_signups {
|
|||
0)
|
||||
turtl_enable_registrations
|
||||
dialog --title $"Allow new turtl signups" \
|
||||
--msgbox $"New turtl user registrations are now allowed" 6 40
|
||||
--msgbox $"New turtl user registrations are now allowed" 6 60
|
||||
return;;
|
||||
1)
|
||||
turtl_disable_registrations
|
||||
dialog --title $"Disable new turtl signups" \
|
||||
--msgbox $"New turtl user registrations are now disabled" 6 40
|
||||
--msgbox $"New turtl user registrations are now disabled" 6 60
|
||||
return;;
|
||||
255) return;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue