[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-20-g1b0b95b

Chris Lamb lamby at debian.org
Sat Feb 21 23:21:06 UTC 2009


The following commit has been merged in the master branch:
commit 1b0b95b138775f7b4b61bc0ed0386419ffc09a4a
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Feb 21 23:17:38 2009 +0000

    Improving grammar and clarity of LH_ISO_APPLICATION etc. warnings

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 5244d2e..376a4d6 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -852,21 +852,21 @@ Check_defaults ()
 
 	if [ "$(echo ${LH_ISO_APPLICATION} | wc -c)" -ge 129 ]
 	then
-		Echo_warning "You have specified a too long string for iso application, the maximum length is 128 characters."
+		Echo_warning "You have specified a value of LH_ISO_APPLICATION that is too long; the maximum length is 128 characters."
 	fi
 
 	if [ "$(echo ${LH_ISO_PREPARER} | wc -c)" -ge  129 ]
 	then
-		Echo_warning "You have specified a too long string for iso preparer, the maximum length is 128 characters."
+		Echo_warning "You have specified a value of LH_ISO_PREPARER that is too long; the maximum length is 128 characters."
 	fi
 
 	if [ "$(echo ${LH_ISO_PUBLISHER} | wc -c)" -ge 129 ]
 	then
-		Echo_warning "You have specified a too long string for iso publisher, the maximum length is 128 characters."
+		Echo_warning "You have specified a value of LH_ISO_PUBLISHER that is too long; the maximum length is 128 characters."
 	fi
 
 	if [ "$(eval "echo ${LH_ISO_VOLUME}" | wc -c)" -ge 33 ]
 	then
-		Echo_warning "You have specified a too long string for iso volume, the maximum length is 32 characters."
+		Echo_warning "You have specified a value of LH_ISO_VOLUME that is too long; the maximum length is 32 characters."
 	fi
 }

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list