Comment 1 for bug 70566

Revision history for this message
Colin Watson (cjwatson) wrote : Re: When spanish session finish (reboot or shutdown) an english message appeared

This is casper's problem, and there's an existing comment in the source about it.

# XXX - i18n
echo -n "Please remove the disc, close the tray (if any) and press ENTER: "
if [ -x /sbin/usplash_write ]; then
    /sbin/usplash_write "TIMEOUT 86400"
    /sbin/usplash_write "TEXT-URGENT Please remove the disc, close the tray (if any)"
    /sbin/usplash_write "TEXT-URGENT and press ENTER to continue"
fi