From 3599e6edd107492af8e7e47c34f7568a3d45ad45 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Wed, 2 Jul 2008 13:50:18 +0000 Subject: [PATCH] Further fixing on-crash message: s/We have tried/I have tried/ Originally committed to SVN as r2215. --- aegisub/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aegisub/main.cpp b/aegisub/main.cpp index a80aab98f..2f2f3f4a3 100644 --- a/aegisub/main.cpp +++ b/aegisub/main.cpp @@ -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