Explorar el Código

dialog widths

Bob Mottram hace 9 años
padre
commit
667a4517d9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/freedombone-app-turtl

+ 2
- 2
src/freedombone-app-turtl Ver fichero

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