diff -r 3a4c6c96e2cf -r c9cb49bea66d pidgin/gtkutils.c --- a/pidgin/gtkutils.c Sun May 06 00:43:29 2007 +0000 +++ b/pidgin/gtkutils.c Sun May 06 00:44:41 2007 +0000 @@ -1417,7 +1417,7 @@ char *str, *str2; str = g_strdup_printf(_("Cannot send folder %s."), basename); - str2 = g_strdup_printf(_("%s cannot transfer a folder. You will need to send the files within individually"), PIDGIN_NAME); + str2 = g_strdup_printf(_("%s cannot transfer a folder. You will need to send the files within individually."), PIDGIN_NAME); purple_notify_error(NULL, NULL, str, str2);