diff options
author | Antonio Terceiro <terceiro@softwarelivre.org> | 2009-01-14 23:01:40 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:39 +0100 |
commit | d974407ee5b1791b07f45f86845e0967ce4f7861 (patch) | |
tree | a95f65ac536ba9d0b524950f5f14e2eb439aca04 | |
parent | 119ee2b0bcdebd1cae1088f442c7e7757eb09881 (diff) | |
download | vyos-live-build-d974407ee5b1791b07f45f86845e0967ce4f7861.tar.gz vyos-live-build-d974407ee5b1791b07f45f86845e0967ce4f7861.zip |
Don't ask for translators to translate a bunch of asterisks
-rwxr-xr-x | helpers/lh_binary_encryption | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/lh_binary_encryption b/helpers/lh_binary_encryption index df518afd3..381bc8366 100755 --- a/helpers/lh_binary_encryption +++ b/helpers/lh_binary_encryption @@ -94,9 +94,9 @@ fi while true do echo - Echo " **************************************" + echo " **************************************" Echo " ** Configuring encrypted filesystem **" - Echo " **************************************" + echo " **************************************" Echo " (Passwords must be at least 20 characters long)" echo |