diff options
Diffstat (limited to 'MdeModulePkg/Application/UiApp')
-rw-r--r-- | MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c | 2 | ||||
-rw-r--r-- | MdeModulePkg/Application/UiApp/FrontPageStrings.uni | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c b/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c index 9e905e5..24f9f1e 100644 --- a/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c +++ b/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c @@ -452,7 +452,7 @@ UiCreateResetMenu ( StartOpCodeHandle,
FRONT_PAGE_KEY_RESET,
STRING_TOKEN (STR_RESET_STRING),
- STRING_TOKEN (STR_RESET_STRING),
+ STRING_TOKEN (STR_RESET_STRING_HELP),
EFI_IFR_FLAG_CALLBACK,
0
);
diff --git a/MdeModulePkg/Application/UiApp/FrontPageStrings.uni b/MdeModulePkg/Application/UiApp/FrontPageStrings.uni index a0ab9ab..bd6e377 100644 --- a/MdeModulePkg/Application/UiApp/FrontPageStrings.uni +++ b/MdeModulePkg/Application/UiApp/FrontPageStrings.uni @@ -51,9 +51,9 @@ #string STR_EMPTY_STRING #language en-US ""
#language fr-FR ""
#string STR_RESET_STRING #language en-US "Reset"
- #language fr-FR "Reset"
-#string STR_RESET_STRING_HELP #language en-US "Reset the current setting."
- #language fr-FR "Reset the current setting."
+ #language fr-FR "Réinitialiser"
+#string STR_RESET_STRING_HELP #language en-US "Cold reset (reboots the computer)."
+ #language fr-FR "Réinitialisation à froid (redémarre l'ordinateur)."
#string STR_CUSTOMIZE_BANNER_LINE4_LEFT #language en-US ""
#language fr-FR ""
#string STR_CUSTOMIZE_BANNER_LINE4_RIGHT #language en-US ""
|