diff --git a/stepmania/src/archutils/Darwin/Crash.cpp b/stepmania/src/archutils/Darwin/Crash.cpp index a48409e6ea..e27a1a88a4 100644 --- a/stepmania/src/archutils/Darwin/Crash.cpp +++ b/stepmania/src/archutils/Darwin/Crash.cpp @@ -35,7 +35,7 @@ void CrashHandler::InformUserOfCrash( const RString& sPath ) CFStringRef sDefault = LSTRING( bundle, "File Bug Report" ); CFStringRef sOther = LSTRING( bundle, "Open crashinfo.txt" ); CFStringRef sTitle = LSTRING( bundle, PRODUCT_FAMILY " has crashed" ); - CFStringRef sFormat = LSTRING( bundle, PRODUCT_FAMILY " hash crashed. " + CFStringRef sFormat = LSTRING( bundle, PRODUCT_FAMILY " has crashed. " "Debugging information has been output to\n\n%s\n\n" "Please file a bug report at\n\n%s" ); CFStringRef sBody = CFStringCreateWithFormat( kCFAllocatorDefault, NULL, sFormat,