diff --git a/src/freedombone-app-turtl b/src/freedombone-app-turtl index 7112ebbc..7d57fe03 100755 --- a/src/freedombone-app-turtl +++ b/src/freedombone-app-turtl @@ -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