From d4de21dbdbbc948a0ba0e2e22965e2162aa682f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Sun, 3 Aug 2008 01:04:24 +0200 Subject: [PATCH] Improved wording --- modules/gui/macosx/intf.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m index 8e9ca2df37..640e408362 100644 --- a/modules/gui/macosx/intf.m +++ b/modules/gui/macosx/intf.m @@ -2184,8 +2184,8 @@ end: - (void)notifyCrashLogToUser:(NSString *)crashLogPath { - int ret = NSRunInformationalAlertPanel(_NS("VLC has previously crashed"), - _NS("VLC has previously crashed, do you want to send an email with the crash to VLC's team?"), + int ret = NSRunInformationalAlertPanel(_NS("VLC crashed previously"), + _NS("VLC crashed previously. Do you want to send an email with details on the crash to VLC's development team?"), _NS("Send"), _NS("Don't Send"), nil, nil); if( ret == NSAlertDefaultReturn ) { -- 2.39.5