main: improve an error message.
This commit is contained in:
parent
ba3769404d
commit
43420d2277
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ int main(int argc, char** argv) {
|
||||||
|
|
||||||
if(!locale.hasSuffix(".utf8") && !locale.hasSuffix(".65001")) {
|
if(!locale.hasSuffix(".utf8") && !locale.hasSuffix(".65001")) {
|
||||||
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Error",
|
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;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue