add "CD-ROM Drive" label

This commit is contained in:
gbeauche 2005-11-29 20:55:33 +00:00
parent f16f343b76
commit 4ddc2368d1
2 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,7 @@ enum {
STR_REMOVE_VOLUME_BUTTON,
STR_ADD_VOLUME_PANEL_BUTTON,
STR_CREATE_VOLUME_PANEL_BUTTON,
STR_CDROM_DRIVE_CTRL,
STR_BOOTDRIVER_CTRL,
STR_BOOT_ANY_LAB,
STR_BOOT_CDROM_LAB,

View File

@ -95,6 +95,7 @@ user_string_def common_strings[] = {
{STR_REMOVE_VOLUME_BUTTON, "Remove"},
{STR_ADD_VOLUME_PANEL_BUTTON, "Add"},
{STR_CREATE_VOLUME_PANEL_BUTTON, "Create"},
{STR_CDROM_DRIVE_CTRL, "CD-ROM Drive"},
{STR_BOOTDRIVER_CTRL, "Boot From"},
{STR_BOOT_ANY_LAB, "Any"},
{STR_BOOT_CDROM_LAB, "CD-ROM"},