diff libpurple/protocols/bonjour/bonjour.c @ 15436:42961709cb30

This should be the last of the string changes
author Sean Egan <seanegan@gmail.com>
date Sat, 27 Jan 2007 11:41:32 +0000
parents 21bc8d84974f
children 0b6f337a46d5
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/bonjour.c	Sat Jan 27 11:11:26 2007 +0000
+++ b/libpurple/protocols/bonjour/bonjour.c	Sat Jan 27 11:41:32 2007 +0000
@@ -478,7 +478,7 @@
 		gchar *tmp;
 		tmp = g_locale_to_utf8(fullname, -1, NULL, NULL, NULL);
 		if ((tmp == NULL) || (*tmp == '\0'))
-			fullname = _("Gaim User");
+			fullname = _("Purple Person");
 	}
 
 #else
@@ -536,7 +536,7 @@
 	}
 
 	if (!fullname)
-		fullname = g_strdup(_("Gaim User"));
+		fullname = g_strdup(_("Purple Person"));
 #endif
 
 	/* Split the real name into a first and last name */