Changeset 399 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
- Timestamp:
- Apr 19, 2012, 10:39:44 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Strings.asm
r380 r399 356 356 g_szItemBootDispMode: db "Display Mode",NULL 357 357 g_szItemBootFloppyDrvs: db "Number of Floppy Drives",NULL 358 g_szItemBootSwap: db "Swap boot drive numbers",NULL358 ;g_szItemBootSwap: db "Swap boot drive numbers",NULL 359 359 g_szItemSerialDetect: db "Scan for Serial Drives",NULL 360 360 … … 364 364 g_szDlgBootDispMode: db "Select display mode for Boot Menu.",NULL 365 365 g_szDlgBootFloppyDrvs: db "Select number of Floppy Drives to display on boot menu.",NULL 366 g_szDlgBootSwap: db "Enable drive number translation?",NULL366 ;g_szDlgBootSwap: db "Enable drive number translation?",NULL 367 367 g_szDlgSerialDetect: db "Scan for serial drives?",NULL 368 368 … … 372 372 g_szNfoDispMode: db "Display Mode for Boot Menu.",NULL 373 373 g_szNfoBootFloppyDrvs: db "Number of Floppy Drives to display on boot menu.",NULL 374 g_szNfoBootSwap: db "Drive Number Translation (swap first drive with selected).",NULL374 ;g_szNfoBootSwap: db "Drive Number Translation (swap first drive with selected).",NULL 375 375 g_szNfoSerialDetect: db "Scans all standard COM ports for serial drives." 376 376 db " This can also be invoked by holding down ALT at the end of normal drive detection.",NULL … … 382 382 g_szHelpBootFloppyDrvs: incbin "Bootmenu_FloppyDrives.txt" 383 383 db NULL 384 g_szHelpBootSwap: incbin "Bootmenu_SwapDrives.txt"385 db NULL384 ;g_szHelpBootSwap: incbin "Bootmenu_SwapDrives.txt" 385 ; db NULL 386 386 g_szHelpSerialDetect: incbin "Bootmenu_SerialDetect.txt" 387 387 db NULL
Note:
See TracChangeset
for help on using the changeset viewer.