Rewrote the error message text for the this-plug-in-won't-work error to be more understandable for less-experienced users.
1.1 --- a/Core/Source/GrowlPluginController.m Wed Sep 23 23:01:49 2009 -0700
1.2 +++ b/Core/Source/GrowlPluginController.m Thu Sep 24 09:24:33 2009 -0700
1.3 @@ -854,7 +854,7 @@
1.4 NSLocalizedString( @"Yes", @"" ), nil, nil, self,
1.5 NULL, @selector(pluginExistsSelector:returnCode:contextInfo:),
1.6 filenameCopy,
1.7 - NSLocalizedString( @"Plugin '%@' does not work with the currently running architecture, install it anyway? (with the understanding that it won't load)", @"" ),
1.8 + NSLocalizedString( @"Plugin '%@' will not work on this Mac running this version of Mac OS X. Install it anyway?", @"" ),
1.9 [pluginFile stringByDeletingPathExtension] );
1.10 }
1.11 else {