diff -dur audacious-plugins-1.5.1-orig/src/scrobbler/gtkstuff.c audacious-plugins-1.5.1/src/scrobbler/gtkstuff.c --- audacious-plugins-1.5.1-orig/src/scrobbler/gtkstuff.c 2008-05-24 00:44:20.000000000 +0200 +++ audacious-plugins-1.5.1/src/scrobbler/gtkstuff.c 2009-02-10 20:33:00.000000000 +0100 @@ -17,7 +17,8 @@ return; tmp = g_strdup_printf(_("Audacious AudioScrobbler Plugin\n\n" - "Originally created by Audun Hove and Pipian \n")); + "Originally created by Audun Hove and Pipian \n\n" + "This plugin creates a 'Scrobbler' icon in the Preferences window\n")); aboutbox = audacious_info_dialog(_("About Scrobbler Plugin"), tmp, _("Ok"), FALSE, NULL, NULL);