diff src/dialogs.c @ 2218:6d5f7cbf1882

[gaim-migrate @ 2228] things committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 06 Sep 2001 00:27:11 +0000
parents 9b8b32ae3b41
children 07c6d1d3e3fd
line wrap: on
line diff
--- a/src/dialogs.c	Thu Sep 06 00:24:06 2001 +0000
+++ b/src/dialogs.c	Thu Sep 06 00:27:11 2001 +0000
@@ -964,7 +964,7 @@
 	gtk_container_set_border_width(GTK_CONTAINER(table), 5);
 	gtk_container_add(GTK_CONTAINER(frame), table);
 
-        label = gtk_label_new(_("Buddy"));
+        label = gtk_label_new(_("Contact"));
         gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 0, 1);
 
         a->entry = gtk_entry_new();