IntelFrameworkModulePkg: rename Boot Manager to Boot Menu

'Boot Menu' is much more intuitive for users

Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Matt DeVillier
2019-11-23 12:32:12 -06:00
parent 81e096bda1
commit d1a6917813
3 changed files with 6 additions and 8 deletions

View File

@ -18,15 +18,15 @@
#langdef en-US "English" #langdef en-US "English"
#langdef fr-FR "Français" #langdef fr-FR "Français"
#string STR_BM_BANNER #language en-US "Boot Manager" #string STR_BM_BANNER #language en-US "Boot Menu"
#language fr-FR "Boot Manager" #language fr-FR "Boot Menu"
#string STR_HELP_FOOTER #language en-US "↑ and ↓ to change option, ENTER to select an option, ESC to exit" #string STR_HELP_FOOTER #language en-US "↑ and ↓ to change option, ENTER to select an option, ESC to exit"
#language fr-FR "↑ pour ↓ changer l'option, ENTRER choisir une option, ESC pour sortir" #language fr-FR "↑ pour ↓ changer l'option, ENTRER choisir une option, ESC pour sortir"
#string STR_AND #language en-US " and " #string STR_AND #language en-US " and "
#language fr-FR " et " #language fr-FR " et "
#string STR_BOOT_OPTION_BANNER #language en-US "Boot Option Menu" #string STR_BOOT_OPTION_BANNER #language en-US "Select a Boot Device"
#language fr-FR "le Menu d'Option de Botte" #language fr-FR "le Menu d'Option de Botte"
#string STR_ANY_KEY_CONTINUE #language en-US "Press any key to continue..." #string STR_ANY_KEY_CONTINUE #language en-US "Press any key to continue...\n"
#language fr-FR "Appuie n'importe quelle pour continuer..." #language fr-FR "Appuie n'importe quelle pour continuer..."
#string STR_LAST_STRING #language en-US "" #string STR_LAST_STRING #language en-US ""
#language fr-FR "" #language fr-FR ""

View File

@ -42,8 +42,6 @@ formset
label LABEL_BOOT_OPTION; label LABEL_BOOT_OPTION;
label LABEL_BOOT_OPTION_END; label LABEL_BOOT_OPTION_END;
subtitle text = STRING_TOKEN(STR_LAST_STRING);
subtitle text = STRING_TOKEN(STR_HELP_FOOTER);
endform; endform;

View File

@ -52,9 +52,9 @@
#language fr-FR "Choisir la Langue" #language fr-FR "Choisir la Langue"
#string STR_LANGUAGE_SELECT_HELP #language en-US "This is the option one adjusts to change the language for the current system" #string STR_LANGUAGE_SELECT_HELP #language en-US "This is the option one adjusts to change the language for the current system"
#language fr-FR "Ceci est l'option que celui ajuste changer la langue pour le système actuel" #language fr-FR "Ceci est l'option que celui ajuste changer la langue pour le système actuel"
#string STR_BOOT_MANAGER #language en-US "Boot Manager" #string STR_BOOT_MANAGER #language en-US "Boot Menu"
#language fr-FR "Charger le Directeur" #language fr-FR "Charger le Directeur"
#string STR_BOOT_MANAGER_HELP #language en-US "This selection will take you to the Boot Manager" #string STR_BOOT_MANAGER_HELP #language en-US "Show One-Time Boot Menu"
#language fr-FR "Cette sélection vous prendra au Directeur de Botte" #language fr-FR "Cette sélection vous prendra au Directeur de Botte"
#string STR_BOOT_MAINT_MANAGER #language en-US "Boot Maintenance Manager" #string STR_BOOT_MAINT_MANAGER #language en-US "Boot Maintenance Manager"
#language fr-FR "Directeur d'Entretien" #language fr-FR "Directeur d'Entretien"