mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Reword "we forgot to print an error message" error message
It now says "we forgot the error message" to be less technical.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
a21a4c3c00
commit
8093874e84
@@ -666,7 +666,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
else
|
||||
{
|
||||
message = loc::gettext("Something went wrong, but we forgot to print an error message.");
|
||||
message = loc::gettext("Something went wrong, but we forgot the error message.");
|
||||
}
|
||||
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Error", message, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user