Recovery message tweak

pull/143/head
IanSB 2020-02-11 19:00:50 +00:00
rodzic 75621169a9
commit f5af81592f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2774,7 +2774,7 @@ void osd_show_cpld_recovery_menu() {
int line = 6;
osd_set(line++, ATTR_DOUBLE_SIZE, "IMPORTANT:");
line++;
osd_set(line++, 0, "The CPLD type (3_BIT/6_BIT) must match");
osd_set(line++, 0, "The CPLD type (3BIT/6BIT) must match");
osd_set(line++, 0, "the RGBtoHDMI board type you have:");
line++;
osd_set(line++, 0, "Use 3_BIT_CPLD_vxx for Hoglet's");