Give the Set Friendly Name window a better title cpw.qulogic.msnp16

Thu, 22 Apr 2010 21:06:41 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 22 Apr 2010 21:06:41 +0000
branch
cpw.qulogic.msnp16
changeset 30926
563077529cae
parent 30925
7263e633a236
child 30927
ca3c59bdc5d3

Give the Set Friendly Name window a better title

libpurple/protocols/msn/msn.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/msn/msn.c	Thu Apr 22 21:04:29 2010 +0000
+++ b/libpurple/protocols/msn/msn.c	Thu Apr 22 21:06:41 2010 +0000
@@ -357,7 +357,7 @@
 
 	tmp = g_strdup_printf(_("Set friendly name for %s."),
 	                      purple_account_get_username(account));
-	purple_request_input(gc, _("Set your friendly name."), tmp,
+	purple_request_input(gc, _("Set Friendly Name"), tmp,
 					   _("This is the name that other MSN buddies will "
 						 "see you as."),
 					   purple_connection_get_display_name(gc), FALSE, FALSE, NULL,

mercurial