diff options
author | Tiago Bortoletto Vaz <tiagovaz@safernet.org.br> | 2008-08-14 21:48:51 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-08-14 21:48:51 +0200 |
commit | 887bc98bcba19d1689aa544ccb6ce1a4e8b7d54c (patch) | |
tree | 92091836e8b02f1af0463e78a373039cc16171f9 | |
parent | 2ede4f2f62cd369d749b6455d91a4767d4f920e2 (diff) | |
download | vyos-live-build-887bc98bcba19d1689aa544ccb6ce1a4e8b7d54c.tar.gz vyos-live-build-887bc98bcba19d1689aa544ccb6ce1a4e8b7d54c.zip |
Making lh_binary_usb-hdd messages translatable.
-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 |