From 0a723eefe5a06c7f9b71a5084005f5778c046d87 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Tue, 10 May 2022 01:37:10 +0300 Subject: tests/SolidColors: replace prepared with formatted title --- UefiMonitorTest/UefiMonitorTestStrings.uni | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'UefiMonitorTest/UefiMonitorTestStrings.uni') diff --git a/UefiMonitorTest/UefiMonitorTestStrings.uni b/UefiMonitorTest/UefiMonitorTestStrings.uni index 3e37065..a0e1ef1 100644 --- a/UefiMonitorTest/UefiMonitorTestStrings.uni +++ b/UefiMonitorTest/UefiMonitorTestStrings.uni @@ -51,28 +51,25 @@ // Test "Solid Colors" -#string STR_SOLID_COLORS_BLACK_TITLE #language en-US "DEFECTIVE PIXELS ON BLACK" +#string STR_SOLID_COLORS_TITLE #language en-US "DEFECTIVE PIXELS ON %s" + #string STR_SOLID_COLORS_BLACK_MSG #language en-US "Check if there are any defective pixels on the monitor.\n" "All of the pixels should be black. If you see a pixel\n" "illuminated in color, this indicates a continuously\n" "illuminated subpixel.\n" -#string STR_SOLID_COLORS_WHITE_TITLE #language en-US "DEFECTIVE PIXELS ON WHITE" #string STR_SOLID_COLORS_WHITE_MSG #language en-US "Check if there are any defective pixels on the monitor.\n" "All of the pixels should be white. If you see a black\n" "pixel, this indicates a missing pixel.\n" -#string STR_SOLID_COLORS_RED_TITLE #language en-US "DEFECTIVE PIXELS ON RED" #string STR_SOLID_COLORS_RED_MSG #language en-US "Check if there are any defective pixels on the monitor.\n" "All of the pixels should be red. If you see a black\n" "pixel, this indicates a missing red subpixel.\n" -#string STR_SOLID_COLORS_GREEN_TITLE #language en-US "DEFECTIVE PIXELS ON GREEN" #string STR_SOLID_COLORS_GREEN_MSG #language en-US "Check if there are any defective pixels on the monitor.\n" "All of the pixels should be green. If you see a black\n" "pixel, this indicates a missing green subpixel.\n" -#string STR_SOLID_COLORS_BLUE_TITLE #language en-US "DEFECTIVE PIXELS ON BLUE" #string STR_SOLID_COLORS_BLUE_MSG #language en-US "Check if there are any defective pixels on the monitor.\n" "All of the pixels should be blue. If you see a black\n" "pixel, this indicates a missing blue subpixel.\n" -- cgit v1.2.3-18-g5258