diff pidgin/gtkblist.c @ 20158:f76246d669c6

More Hylke icons
author Sean Egan <seanegan@gmail.com>
date Tue, 18 Sep 2007 21:06:52 +0000
parents a5f1483395d1
children 0077c1f21f3d
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Tue Sep 18 20:30:25 2007 +0000
+++ b/pidgin/gtkblist.c	Tue Sep 18 21:06:52 2007 +0000
@@ -521,7 +521,7 @@
 	
 	if (i > 1)
 	{
-		char *msg = g_strdup_printf(ngettext("You currently have %d contact named %s. Would you like to merge them?", "You currently have %d contacts named %s. Would you like to merge them?", i), i, alias);
+		char *msg = g_strdup_printf(ngettext("You have %d contact named %s. Would you like to merge them?", "You currently have %d contacts named %s. Would you like to merge them?", i), i, alias);
 		purple_request_action(NULL, NULL, msg, _("Merging these contacts will cause them to share a single entry on the buddy list and use a single conversation window. "
 							 "You can separate them again by choosing 'Expand' from the contact's context menu"), 0, NULL, NULL, NULL,
 				      merges, 2, _("_Merge"), PURPLE_CALLBACK(gtk_blist_do_personize), _("_Cancel"), PURPLE_CALLBACK(g_list_free));