diff --git a/lib/util.sh b/lib/util.sh index 13ec59c..057a7fc 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -177,7 +177,7 @@ select_language() { case $(cat ${ANSWER}) in "1") source $DATADIR/translations/danish.trans CURR_LOCALE="da_DK.UTF-8" - FONT="lat2-16.psfu" + FONT="cp865-8x16.psfu" ;; "2") source $DATADIR/translations/dutch.trans CURR_LOCALE="nl_NL.UTF-8"