Mercurial > pidgin.yaz
changeset 8301:35540faa72c0
[gaim-migrate @ 9025]
Change the "OK" buttons in the Alias dialogs to "Alias."
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Fri, 20 Feb 2004 23:08:21 +0000 |
parents | 0f5cb0d93b11 |
children | 462ead6fc1a0 |
files | src/dialogs.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Fri Feb 20 23:03:48 2004 +0000 +++ b/src/dialogs.c Fri Feb 20 23:08:21 2004 +0000 @@ -1231,7 +1231,7 @@ gaim_request_input(NULL, _("Alias Chat"), NULL, _("Enter an alias for this chat."), chat->alias, FALSE, FALSE, - _("OK"), G_CALLBACK(alias_chat_cb), + _("_Alias"), G_CALLBACK(alias_chat_cb), _("Cancel"), NULL, chat); } @@ -1248,7 +1248,7 @@ gaim_request_input(NULL, _("Alias Contact"), NULL, _("Enter an alias for this contact."), contact->alias, FALSE, FALSE, - _("OK"), G_CALLBACK(alias_contact_cb), + _("_Alias"), G_CALLBACK(alias_contact_cb), _("Cancel"), NULL, contact); } @@ -1267,7 +1267,7 @@ gaim_request_input(NULL, _("Alias Buddy"), NULL, secondary, b->alias, FALSE, FALSE, - _("OK"), G_CALLBACK(alias_buddy_cb), + _("_Alias"), G_CALLBACK(alias_buddy_cb), _("Cancel"), NULL, b); g_free(secondary);