remove os message window furigana note

This commit is contained in:
DeaTh-G 2025-02-08 22:51:02 +01:00
parent 534560d718
commit 34c558dfa8

View file

@ -685,7 +685,6 @@ std::unordered_map<std::string_view, std::unordered_map<ELanguage, std::string>>
} }
}, },
{ {
// Japanese Notes: This localization should include furigana.
"Video_BackendError", "Video_BackendError",
{ {
{ ELanguage::English, "Unable to create a D3D12 (Windows) or Vulkan backend.\n\nPlease make sure that:\n\n- Your system meets the minimum requirements.\n- Your GPU drivers are up to date.\n- Your operating system is on the latest version available." }, { ELanguage::English, "Unable to create a D3D12 (Windows) or Vulkan backend.\n\nPlease make sure that:\n\n- Your system meets the minimum requirements.\n- Your GPU drivers are up to date.\n- Your operating system is on the latest version available." },