diff options
author | Tiago Bortoletto Vaz <tiagovaz@safernet.org.br> | 2008-08-14 21:48:51 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:39 +0100 |
commit | 049d0abfcac6f7b2fd85cfead58f33856e0dd608 (patch) | |
tree | 02ab7af1f659aa7a728c6b0657d693028ce44eaf /helpers | |
parent | bb8faf961e77cead1aa3e83f123302ec9d8e86ed (diff) | |
download | vyos-live-build-049d0abfcac6f7b2fd85cfead58f33856e0dd608.tar.gz vyos-live-build-049d0abfcac6f7b2fd85cfead58f33856e0dd608.zip |
Making lh_binary_usb-hdd messages translatable.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_encryption | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helpers/lh_binary_encryption b/helpers/lh_binary_encryption index b362ec0fe..79c4791dc 100755 --- a/helpers/lh_binary_encryption +++ b/helpers/lh_binary_encryption @@ -95,10 +95,10 @@ fi while true do echo - echo " **************************************" - echo " ** Configuring encrypted filesystem **" - echo " **************************************" - echo " (Passwords must be at least 20 characters long)" + Echo " **************************************" + Echo " ** Configuring encrypted filesystem **" + Echo " **************************************" + Echo " (Passwords must be at least 20 characters long)" echo case "${LH_CHROOT_BUILD}" in |