Browse Source

Correct typo in error message

pull/655/head 1.0.1
Anders Jenbo 6 years ago
parent
commit
c677e783c5
  1. 2
      Source/appfat.cpp

2
Source/appfat.cpp

@ -115,7 +115,7 @@ void InsertCDDlg(const char *fileName)
"Make sure that it is in the game folder and that the file name is in all lowercase.",
fileName);
UiErrorOkDialog("Date File Error", text);
UiErrorOkDialog("Data File Error", text);
app_fatal(NULL);
}

Loading…
Cancel
Save