From a359ec77badfbdf7a9881701be65c39249ac9f18 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Mon, 1 Sep 2025 14:07:12 +0600 Subject: [PATCH] Add more missing strings --- src/unix/unix.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/unix/unix.c b/src/unix/unix.c index b4d6daa17..de35f4e93 100644 --- a/src/unix/unix.c +++ b/src/unix/unix.c @@ -290,6 +290,8 @@ plat_get_string(int i) return L"Hardware not available"; case STRING_MONITOR_SLEEP: return L"Monitor in sleep mode"; + case STRING_EDID_TOO_LARGE: + return "EDID file \"%ls\" is too large."; } return L""; }