summaryrefslogtreecommitdiff
path: root/scripts/check-preseed
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-12-02 18:15:13 +0000
committerFrans Pop <elendil@planet.nl>2008-12-02 18:15:13 +0000
commitb7129195b3c58e1d70e5e3293dd7b2f675d6cd6f (patch)
treec57fcbd3ffd7a07f1545a2bf8c27a018a2053ceb /scripts/check-preseed
parent084ce10fd6356fb4e44b95a19bfd37f158576e01 (diff)
downloadinstallation-guide-b7129195b3c58e1d70e5e3293dd7b2f675d6cd6f.zip
Update intro text
Diffstat (limited to 'scripts/check-preseed')
-rwxr-xr-xscripts/check-preseed7
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