Browse Source

dialog widths

Bob Mottram 8 years ago
parent
commit
667a4517d9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-app-turtl

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

126
         0)
126
         0)
127
             turtl_enable_registrations
127
             turtl_enable_registrations
128
             dialog --title $"Allow new turtl signups" \
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
             return;;
130
             return;;
131
         1)
131
         1)
132
             turtl_disable_registrations
132
             turtl_disable_registrations
133
             dialog --title $"Disable new turtl signups" \
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
             return;;
135
             return;;
136
         255) return;;
136
         255) return;;
137
     esac
137
     esac