# HG changeset patch # User Peter Hosey # Date 1253809473 25200 # Node ID 18f28b64e39daccdf3c7ff64189efdf0813377fb # Parent d91553192992fbf4de7d0e54d1a6556dfac5d28f Rewrote the error message text for the this-plug-in-won't-work error to be more understandable for less-experienced users. diff -r d91553192992 -r 18f28b64e39d Core/Source/GrowlPluginController.m --- a/Core/Source/GrowlPluginController.m Wed Sep 23 23:01:49 2009 -0700 +++ b/Core/Source/GrowlPluginController.m Thu Sep 24 09:24:33 2009 -0700 @@ -854,7 +854,7 @@ NSLocalizedString( @"Yes", @"" ), nil, nil, self, NULL, @selector(pluginExistsSelector:returnCode:contextInfo:), filenameCopy, - NSLocalizedString( @"Plugin '%@' does not work with the currently running architecture, install it anyway? (with the understanding that it won't load)", @"" ), + NSLocalizedString( @"Plugin '%@' will not work on this Mac running this version of Mac OS X. Install it anyway?", @"" ), [pluginFile stringByDeletingPathExtension] ); } else {