diff options
author | Frans Pop <elendil@planet.nl> | 2008-12-02 18:15:13 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2008-12-02 18:15:13 +0000 |
commit | b7129195b3c58e1d70e5e3293dd7b2f675d6cd6f (patch) | |
tree | c57fcbd3ffd7a07f1545a2bf8c27a018a2053ceb /scripts | |
parent | 084ce10fd6356fb4e44b95a19bfd37f158576e01 (diff) | |
download | installation-guide-b7129195b3c58e1d70e5e3293dd7b2f675d6cd6f.zip |
Update intro text
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-preseed | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/check-preseed b/scripts/check-preseed index 89b2af83a..c9c1d894e 100755 --- a/scripts/check-preseed +++ b/scripts/check-preseed @@ -34,9 +34,10 @@ if [ -z "$lang" ] || ([ ! -d po/"$lang" ] && [ ! -d "./$lang" ]); then fi echo "This script performs a very basic sanity check to see if nothing has" -echo "been missed in the translation of preseed.po. It does this by counting" -echo "the number of lines that start with 'd-i' or '#d-i' for both msgid and" -echo "msgstr and printing the result. It will then print a diff between the" +echo "been missed in the translation of the preconfiguration appendix." +echo "It does this by counting the number of lines that start with 'd-i' or" +echo "'#d-i' (plus any continuation lines) for both the original and the" +echo "translation and printing the result. It will then print a diff between" echo "original and translation for a visual check." echo echo |