diff --git a/src/freedombone-app-bdsmail b/src/freedombone-app-bdsmail index dd728cfa..4f59e3af 100755 --- a/src/freedombone-app-bdsmail +++ b/src/freedombone-app-bdsmail @@ -256,7 +256,7 @@ function install_bdsmail { trap "rm -f $data" 0 1 2 5 15 dialog --title $"Password" \ --clear \ - --passwordbox $"Enter your ssh login password" 8 60 2> $data + --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 ret=$? case $ret in 0)