summaryrefslogtreecommitdiff
path: root/scripts/check-preseed
diff options
context:
space:
mode:
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