From 866db5c57013a3648fc24100384da763b1c7fdef Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Thu, 11 Feb 2010 00:39:05 +0100 Subject: consolefont: Update error message --- install/consolefont | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install/consolefont b/install/consolefont index b39e3b0..6e242a8 100644 --- a/install/consolefont +++ b/install/consolefont @@ -13,8 +13,8 @@ install () zcat ${CONSOLEFONT_FILE_GZ} > ${CONSOLEFONT_FILE} add_file ${CONSOLEFONT_FILE} /consolefont.psfu else - echo "consolefont hook: Console font file must end with .psfu.gz" - echo "consolefont hook: Only unicode fonts are supported at the moment." + echo "consolefont: Font file does not exist or does not end with .psfu.gz" + echo "consolefont: Only unicode fonts are supported at the moment." fi fi } -- cgit v1.2.3-24-g4f1b