Ignore:
Timestamp:
Mar 13, 2011, 6:37:27 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Configurator v2:

  • Menu selection timeout is now specified in timer ticks.
  • File was not closed when saving changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm

    r133 r136  
    180180g_szItemBootSwap:       db  "Swap boot drive numbers",NULL
    181181
    182 g_szDlgBootTimeout:     db  "Enter Boot Menu selection timeout in seconds (1...60, 0 disables timeout).",NULL
     182g_szDlgBootTimeout:     db  "Enter Boot Menu selection timeout in BIOS timer ticks (1...1092, 0 disables timeout).",NULL
    183183g_szDlgBootDrive:       db  "Enter default drive number (0xh for Floppy Drives, 8xh for Hard Disks, FFh for ROM boot).",NULL
    184184g_szDlgBootFloppyDrvs:  db  "Enter number of Floppy Drives to display on boot menu.",NULL
    185185g_szDlgBootSwap:        db  "Enable drive number translation?",NULL
    186186
    187 g_szNfoBootTimeout:     db  "Menu item selection timeout in seconds.",NULL
     187g_szNfoBootTimeout:     db  "Menu item selection timeout in BIOS timer ticks.",NULL
    188188g_szNfoBootDrive:       db  "Default drive on boot menu.",NULL
    189189g_szNfoBootFloppyDrvs:  db  "Number of Floppy Drives to display on boot menu.",NULL
Note: See TracChangeset for help on using the changeset viewer.