Bob Mottram 8 anni fa
parent
commit
667a4517d9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      src/freedombone-app-turtl

+ 2
- 2
src/freedombone-app-turtl Vedi File

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