libpurple/protocols/msn/userlist.c

changeset 22942
2bf494f8e2a4
parent 22672
2718711bca23
child 22981
b83a23981419
equal deleted inserted replaced
22941:fc6ebd513b8b 22942:2bf494f8e2a4
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

mercurial