pidgin.next.minor: 34e0b0f0: Use "Add Buddy Pounce" and "Modify Buddy...

deryni at pidgin.im deryni at pidgin.im
Thu Jan 8 01:15:56 EST 2009


-----------------------------------------------------------------
Revision: 34e0b0f026b8d4ed54b9a4aebb5c0afe064e7ec1
Ancestor: 7a565c5f8c00f36bc587ecccbe2526989fb3a732
Author: deryni at pidgin.im
Date: 2009-01-08T05:00:02
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/34e0b0f026b8d4ed54b9a4aebb5c0afe064e7ec1

Modified files:
        pidgin/gtkpounce.c

ChangeLog: 

Use "Add Buddy Pounce" and "Modify Buddy Pounce" as the buddy pounce dialog
titles instead of "New Buddy Pounce" and "Edit Buddy Pounce" to match the "Add
Account" and "Modify Account" dialogs.

I went this way figuring more people are likely to have seen the account
dialogs than the buddy pounce dialogs, but if we like New/Edit better than
Add/Modify we can switch the other way.

-------------- next part --------------
============================================================
--- pidgin/gtkpounce.c	25877f36abfbd3bb6018db6f220e6646d7469ee9
+++ pidgin/gtkpounce.c	cb6d426231bd723ccddaabbc15efee5d84d449f7
@@ -535,7 +535,7 @@ pidgin_pounce_editor_show(PurpleAccount 
 
 	/* Create the window. */
 	dialog->window = window = gtk_dialog_new();
-	gtk_window_set_title(GTK_WINDOW(window), (cur_pounce == NULL ? _("New Buddy Pounce") : _("Edit Buddy Pounce")));
+	gtk_window_set_title(GTK_WINDOW(window), (cur_pounce == NULL ? _("Add Buddy Pounce") : _("Modify Buddy Pounce")));
 	gtk_window_set_role(GTK_WINDOW(window), "buddy_pounce");
 	gtk_container_set_border_width(GTK_CONTAINER(dialog->window), PIDGIN_HIG_BORDER);
 


More information about the Commits mailing list