[vlc-devel] commit: Improved wording ( Felix Paul Kühne )
git version control
git at videolan.org
Sun Aug 3 01:01:43 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Aug 3 01:04:24 2008 +0200| [d4de21dbdbbc948a0ba0e2e22965e2162aa682f5] | committer: Felix Paul Kühne
Improved wording
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d4de21dbdbbc948a0ba0e2e22965e2162aa682f5
---
modules/gui/macosx/intf.m | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 8e9ca2d..640e408 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 )
{
More information about the vlc-devel
mailing list