|
@@ -126,12 +126,12 @@ function configure_interactive_turtl_signups {
|
126
|
126
|
0)
|
127
|
127
|
turtl_enable_registrations
|
128
|
128
|
dialog --title $"Allow new turtl signups" \
|
129
|
|
- --msgbox $"New turtl user registrations are now allowed" 6 40
|
|
129
|
+ --msgbox $"New turtl user registrations are now allowed" 6 60
|
130
|
130
|
return;;
|
131
|
131
|
1)
|
132
|
132
|
turtl_disable_registrations
|
133
|
133
|
dialog --title $"Disable new turtl signups" \
|
134
|
|
- --msgbox $"New turtl user registrations are now disabled" 6 40
|
|
134
|
+ --msgbox $"New turtl user registrations are now disabled" 6 60
|
135
|
135
|
return;;
|
136
|
136
|
255) return;;
|
137
|
137
|
esac
|