diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2009-03-31 09:30:32 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2009-03-31 09:30:32 -0700 |
| commit | e297dc0a78dcc28392f948f050c123879bbbc41a (patch) | |
| tree | ae77c19c0d189d1a11b1090663b503e3f1ee8e04 /core/ldlinux.asm | |
| parent | 1cb06f94c9c1525975254ed41942098d7a741840 (diff) | |
| download | syslinux-e297dc0a78dcc28392f948f050c123879bbbc41a.tar.gz | |
Banner: "and contributors" is just too long; try "et al"
Impact: aestetics
Change "and contributors" to "et al" so that the message actually fits
on one line. This is unfortunate, but what can you do...
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/ldlinux.asm')
| -rw-r--r-- | core/ldlinux.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ldlinux.asm b/core/ldlinux.asm index b05a7e1c..7e67da14 100644 --- a/core/ldlinux.asm +++ b/core/ldlinux.asm @@ -2056,7 +2056,7 @@ getfatsector: section .data copyright_str db ' Copyright (C) 1994-' asciidec YEAR - db ' H. Peter Anvin and contributors', CR, LF, 0 + db ' H. Peter Anvin et al', CR, LF, 0 err_bootfailed db CR, LF, 'Boot failed: please change disks and press ' db 'a key to continue.', CR, LF, 0 syslinux_cfg1 db '/boot' ; /boot/syslinux/syslinux.cfg |
