diff options
author | Nikita <102851041+HyperNiki@users.noreply.github.com> | 2022-05-14 10:29:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 10:29:24 +0300 |
commit | 2b1649ef3fbd3801706be5d529daa523e16e49ea (patch) | |
tree | cb78a730b382ba6ce95c7b622f386f14e761f9a1 /UefiMonitorTest/UefiMonitorTestStrings.uni | |
parent | 08d27be07efcc802dd648e1c957662d654b7cb64 (diff) | |
download | umt-2b1649ef3fbd3801706be5d529daa523e16e49ea.tar.gz umt-2b1649ef3fbd3801706be5d529daa523e16e49ea.tar.bz2 umt-2b1649ef3fbd3801706be5d529daa523e16e49ea.zip |
implement the grayscale test
Diffstat (limited to 'UefiMonitorTest/UefiMonitorTestStrings.uni')
-rw-r--r-- | UefiMonitorTest/UefiMonitorTestStrings.uni | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/UefiMonitorTest/UefiMonitorTestStrings.uni b/UefiMonitorTest/UefiMonitorTestStrings.uni index 3d99dab..60c519c 100644 --- a/UefiMonitorTest/UefiMonitorTestStrings.uni +++ b/UefiMonitorTest/UefiMonitorTestStrings.uni @@ -95,3 +95,14 @@ "\n" "Color%c: %s\n" "Steps%c: %d\n" + +// Test "Grayscale" + +#string STR_GRAYSCALE_TITLE #language en-US "GRAYSCALE" + +#string STR_GRAYSCALE_MSG #language en-US "Assess the uniformity of the image using various\n" + "grayscales. The brightness should be equally\n" + "distributed across the entire image, and the image\n" + "shouldn't have any colorful areas.\n" + "\n" + "Gray tone: %d\n" |