--- np2/macosx/dialog/macalert.cpp 2003/11/11 16:33:51 1.3 +++ np2/macosx/dialog/macalert.cpp 2003/11/21 16:01:41 1.4 @@ -35,7 +35,7 @@ void ResumeErrorDialogProc(void) { GetStandardAlertDefaultParams(¶m, kStdCFStringAlertVersionOne); CreateStandardAlert(kAlertStopAlert, CFCopyLocalizedString(CFSTR("Couldn't restart"), "Resume Error Message"), - CFCopyLocalizedString(CFSTR("A resume error occured when loading the np2.sav file. So Neko Project II couldn't restart."), "Resume Error Description"), + CFCopyLocalizedString(CFSTR("An error occured when reading the np2.sav file. Neko Project IIx couldn't restart."), "Resume Error Description"), ¶m, &ret); SysBeep(0); RunStandardAlert(ret, NULL, &hit); @@ -44,7 +44,7 @@ void ResumeErrorDialogProc(void) { int ResumeWarningDialogProc(const char *string) { SInt16 ret; - ret = showCautionAlert( CFCopyLocalizedString(CFSTR("Save Data Conflict"), "bad data"), + ret = showCautionAlert( CFCopyLocalizedString(CFSTR("The Save Data file is conflicting"), "bad data"), CFStringCreateWithCString(NULL, string, CFStringGetSystemEncoding()), CFCopyLocalizedString(CFSTR("Continue"), "OK")); if (ret = kAlertStdAlertOKButton) {