forked from mia/Aegisub
Further fixing on-crash message: s/We have tried/I have tried/
Originally committed to SVN as r2215.
This commit is contained in:
parent
8217f202e7
commit
3599e6edd1
1 changed files with 2 additions and 2 deletions
|
@ -249,8 +249,8 @@ int AegisubApp::OnExit() {
|
|||
#ifndef _DEBUG
|
||||
/////////////////////////////////////////////
|
||||
// Message displayed on unhandled exceptions
|
||||
const static wxChar unhandled_exception_message[] = _T("Oops, Aegisub has crashed!\n\nWe have tried to emergency-save a copy of your file, and a crash log file has been generated.\n\nYou can find the emergency-saved file in:\n%s\n\nIf you submit the crash log to the Aegisub team, we will investigate the problem and attempt to fix it. You can find the crashlog in:\n%s\n\nAegisub will now close.");
|
||||
const static wxChar unhandled_exception_message_nocrashlog[] = _T("Oops, Aegisub has crashed!\n\nWe have tried to emergency-save a copy of your file.\n\nYou can find the emergency-saved file in:\n%s\n\nAegisub will now close.");
|
||||
const static wxChar unhandled_exception_message[] = _T("Oops, Aegisub has crashed!\n\nI have tried to emergency-save a copy of your file, and a crash log file has been generated.\n\nYou can find the emergency-saved file in:\n%s\n\nIf you submit the crash log to the Aegisub team, we will investigate the problem and attempt to fix it. You can find the crashlog in:\n%s\n\nAegisub will now close.");
|
||||
const static wxChar unhandled_exception_message_nocrashlog[] = _T("Oops, Aegisub has crashed!\n\nI have tried to emergency-save a copy of your file.\n\nYou can find the emergency-saved file in:\n%s\n\nAegisub will now close.");
|
||||
|
||||
///////////////////////
|
||||
// Unhandled exception
|
||||
|
|
Loading…
Reference in a new issue