dialog widths

This commit is contained in:
Bob Mottram 2016-12-20 15:11:59 +00:00
parent 32e380191e
commit 667a4517d9
1 changed files with 2 additions and 2 deletions

View File

@ -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