1.5: Fuckin' UE5... #38

Manually merged
williamjcm merged 126 commits from one-point-five into master 2024-07-22 11:06:13 +02:00
Showing only changes of commit 43420d2277 - Show all commits

View file

@ -48,7 +48,7 @@ int main(int argc, char** argv) {
if(!locale.hasSuffix(".utf8") && !locale.hasSuffix(".65001")) {
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Error",
"Your system doesn't support UTF-8.", nullptr);
"Your system doesn't support the UTF-8 codepage.", nullptr);
return EXIT_FAILURE;
}