Commit d4de21db authored by Felix Paul Kühne's avatar Felix Paul Kühne

Improved wording

parent b71aa629
......@@ -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 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment