diff src/dialogs.c @ 4309:5978e3d53f29

[gaim-migrate @ 4563] Nicola's Lichtmaier (niqueco) provided more _() and a new es.po committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 13 Jan 2003 16:56:33 +0000
parents b3a14484fc2f
children c5851f0e120e
line wrap: on
line diff
--- a/src/dialogs.c	Sun Jan 12 23:13:51 2003 +0000
+++ b/src/dialogs.c	Mon Jan 13 16:56:33 2003 +0000
@@ -475,8 +475,8 @@
 	if (!bd)
 		return;
 
-	text = g_strdup_printf("You are about to remove %s from your buddy list.  Do you want to continue?", name);
-	do_ask_dialog("Remove Buddy", text, bd, "Remove Buddy", do_remove_buddy, "Cancel", NULL, NULL, FALSE);
+	text = g_strdup_printf(_("You are about to remove %s from your buddy list.  Do you want to continue?"), name);
+	do_ask_dialog(_("Remove Buddy"), text, bd, _("Remove Buddy"), do_remove_buddy, _("Cancel"), NULL, NULL, FALSE);
 	g_free(text);
 }