diff options
author | Joursoir <chat@joursoir.net> | 2022-05-12 12:29:38 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-05-12 12:30:29 +0300 |
commit | 08d27be07efcc802dd648e1c957662d654b7cb64 (patch) | |
tree | b882645672f6e2f9ec2db4a42c5af5f73213378e | |
parent | a13b494c590bec360e03f2d4d311a707a4c4a03a (diff) | |
download | umt-08d27be07efcc802dd648e1c957662d654b7cb64.tar.gz umt-08d27be07efcc802dd648e1c957662d654b7cb64.tar.bz2 umt-08d27be07efcc802dd648e1c957662d654b7cb64.zip |
update existing list of tests
-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:" |