浏览代码

dialog widths

Bob Mottram 8 年前
父节点
当前提交
667a4517d9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-app-turtl

+ 2
- 2
src/freedombone-app-turtl 查看文件

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