Mercurial > pidgin
changeset 6328:cbe2f320c214
[gaim-migrate @ 6827]
Updated the Rename Group dialog to be more like the old one.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 29 Jul 2003 05:59:58 +0000 |
parents | 493eed80869c |
children | 418cc72136d1 |
files | src/dialogs.c |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Tue Jul 29 05:56:15 2003 +0000 +++ b/src/dialogs.c Tue Jul 29 05:59:58 2003 +0000 @@ -4177,10 +4177,11 @@ void show_rename_group(GtkWidget *unused, struct group *g) { - gaim_request_input(NULL, _("Rename Group"), _("New Group Name:\n"), - NULL, g->name, FALSE, FALSE, - GTK_STOCK_OK, G_CALLBACK(do_rename_group), - GTK_STOCK_CANCEL, NULL, g); + gaim_request_input(NULL, _("Rename Group"), _("New group name"), + _("Please enter a new name for the selected group."), + g->name, FALSE, FALSE, + _("OK"), G_CALLBACK(do_rename_group), + _("Cancel"), NULL, g); } GtkWidget *gaim_pixbuf_toolbar_button_from_stock(char *icon)