diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-02-28 15:46:58 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-02-28 15:46:58 -0800 |
commit | 6844ea5cffe96f2b07ff7f5748b551869a40ffb5 (patch) | |
tree | b49714b34384b55c7c1e263ea26fc09a939e7679 /README.menu | |
parent | 26d94271ebf3f0463d09d7009fa83a9e2705fed8 (diff) | |
download | syslinux-6844ea5cffe96f2b07ff7f5748b551869a40ffb5.tar.gz |
Simple menu system: unified way to handle message strings; add NOTABMSGsyslinux-3.40-pre9
A unified way to handle the message strings (for i18n/customization);
add a MENU NOTABMSG customizable string.
Diffstat (limited to 'README.menu')
-rw-r--r-- | README.menu | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.menu b/README.menu index efa79891..4eccf068 100644 --- a/README.menu +++ b/README.menu @@ -132,6 +132,12 @@ MENU TABMSG message Replaces the message "Press [Tab] to edit options". +MENU NOTABMSG message + + Takes the place of the TABMSG message if option editing is + disabled. Defaults to blank. + + MENU PASSPROMPT message Replaces the message "Password required". |