changeset 4011:a870a2a0bc5b

[gaim-migrate @ 4211] we use the same dialog for creating and editing buddy pounces. thus "Save" is more intuitive than "Create" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 28 Nov 2002 00:21:24 +0000
parents 2b18ea0ade13
children ab6c48a07fd6
files src/dialogs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dialogs.c	Wed Nov 27 22:16:20 2002 +0000
+++ b/src/dialogs.c	Thu Nov 28 00:21:24 2002 +0000
@@ -1886,7 +1886,7 @@
 
 	sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL);
 
-	button = gaim_pixbuf_button_from_stock(_("_Create"), "gtk-execute", GAIM_BUTTON_HORIZONTAL);
+	button = gaim_pixbuf_button_from_stock(_("_Save"), "gtk-execute", GAIM_BUTTON_HORIZONTAL);
 	gtk_size_group_add_widget(sg, button);
 	gtk_signal_connect(GTK_OBJECT(button), "clicked", GTK_SIGNAL_FUNC(do_new_bp), b);
 	gtk_box_pack_end(GTK_BOX(bbox), button, FALSE, FALSE, 0);