浏览代码

Height of password dialog

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

+ 1
- 1
src/freedombone-app-bdsmail 查看文件

@@ -256,7 +256,7 @@ function install_bdsmail {
256 256
     trap "rm -f $data" 0 1 2 5 15
257 257
     dialog --title $"Password" \
258 258
            --clear \
259
-           --passwordbox $"Enter your ssh login password" 8 60 2> $data
259
+           --passwordbox $"Enter your ssh login password.\n\nThis is the same as the original ssh login password shown when you first installed the system." 12 60 2> $data
260 260
     ret=$?
261 261
     case $ret in
262 262
         0)