diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | UefiMonitorTest/UefiMonitorTestStrings.uni | 8 |
2 files changed, 6 insertions, 7 deletions
@@ -5,9 +5,8 @@ A monitor diagnostic and testing tool. It includes several tests that should all ## Tests * Solid colors -* Colored lines -* Grayscale -* Mesh field +* Grayscale +* Gradients * Chess board ## Installation diff --git a/UefiMonitorTest/UefiMonitorTestStrings.uni b/UefiMonitorTest/UefiMonitorTestStrings.uni index f82e4df..3d99dab 100644 --- a/UefiMonitorTest/UefiMonitorTestStrings.uni +++ b/UefiMonitorTest/UefiMonitorTestStrings.uni @@ -27,10 +27,10 @@ #string STR_MM_SUBTITLE #language en-US "Let's choose the test you would like to carry out" -#string STR_MM_MENU #language en-US "F1 Solid Colors F5 Chess board F9 NONE\n" - "F2 Colored lines F6 NONE F10 NONE\n" - "F3 Grayscale F7 NONE F11 NONE\n" - "F4 Mesh field F8 NONE F12 Settings\n" +#string STR_MM_MENU #language en-US "F1 Solid Colors F5 NONE F9 NONE\n" + "F2 Grayscale F6 NONE F10 NONE\n" + "F3 Gradients F7 NONE F11 NONE\n" + "F4 Chess board F8 NONE F12 Settings\n" #string STR_MM_TIP_TITLE #language en-US "CONTROLS:" |