| 712 * won't cause too many problems if we just ignore it */ |
712 * won't cause too many problems if we just ignore it */ |
| 713 |
713 |
| 714 char *str = g_strdup_printf(_("Unable to add \"%s\"."), who); |
714 char *str = g_strdup_printf(_("Unable to add \"%s\"."), who); |
| 715 |
715 |
| 716 purple_notify_error(NULL, NULL, str, |
716 purple_notify_error(NULL, NULL, str, |
| 717 _("The screen name specified is invalid.")); |
717 _("The username specified is invalid.")); |
| 718 g_free(str); |
718 g_free(str); |
| 719 |
719 |
| 720 return; |
720 return; |
| 721 } |
721 } |
| 722 |
722 |