comparison pidgin/gtkdialogs.c @ 22770:cc8903c59d6b

Change the string "screen name" to "username" everywhere. I think most of us agree that "username" is a better term. Also changing the accelerator key for "Username" in the add account dialog from 'n' to 'u', which I think makes more sense.
author Mark Doliner <mark@kingant.net>
date Wed, 30 Apr 2008 08:46:51 +0000
parents c84b932aeeb2
children 4f6040bb6f7a 395ced2d98cc
comparison
equal deleted inserted replaced
22769:2ff3eb79078d 22770:cc8903c59d6b
758 purple_request_field_set_required(field, TRUE); 758 purple_request_field_set_required(field, TRUE);
759 purple_request_field_group_add_field(group, field); 759 purple_request_field_group_add_field(group, field);
760 760
761 purple_request_fields(purple_get_blist(), _("New Instant Message"), 761 purple_request_fields(purple_get_blist(), _("New Instant Message"),
762 NULL, 762 NULL,
763 _("Please enter the screen name or alias of the person " 763 _("Please enter the username or alias of the person "
764 "you would like to IM."), 764 "you would like to IM."),
765 fields, 765 fields,
766 _("OK"), G_CALLBACK(pidgin_dialogs_im_cb), 766 _("OK"), G_CALLBACK(pidgin_dialogs_im_cb),
767 _("Cancel"), NULL, 767 _("Cancel"), NULL,
768 NULL, NULL, NULL, 768 NULL, NULL, NULL,
897 purple_request_field_set_required(field, TRUE); 897 purple_request_field_set_required(field, TRUE);
898 purple_request_field_group_add_field(group, field); 898 purple_request_field_group_add_field(group, field);
899 899
900 purple_request_fields(purple_get_blist(), _("Get User Info"), 900 purple_request_fields(purple_get_blist(), _("Get User Info"),
901 NULL, 901 NULL,
902 _("Please enter the screen name or alias of the person " 902 _("Please enter the username or alias of the person "
903 "whose info you would like to view."), 903 "whose info you would like to view."),
904 fields, 904 fields,
905 _("OK"), G_CALLBACK(pidgin_dialogs_info_cb), 905 _("OK"), G_CALLBACK(pidgin_dialogs_info_cb),
906 _("Cancel"), NULL, 906 _("Cancel"), NULL,
907 NULL, NULL, NULL, 907 NULL, NULL, NULL,
989 purple_request_field_set_required(field, TRUE); 989 purple_request_field_set_required(field, TRUE);
990 purple_request_field_group_add_field(group, field); 990 purple_request_field_group_add_field(group, field);
991 991
992 purple_request_fields(purple_get_blist(), _("View User Log"), 992 purple_request_fields(purple_get_blist(), _("View User Log"),
993 NULL, 993 NULL,
994 _("Please enter the screen name or alias of the person " 994 _("Please enter the username or alias of the person "
995 "whose log you would like to view."), 995 "whose log you would like to view."),
996 fields, 996 fields,
997 _("OK"), G_CALLBACK(pidgin_dialogs_log_cb), 997 _("OK"), G_CALLBACK(pidgin_dialogs_log_cb),
998 _("Cancel"), NULL, 998 _("Cancel"), NULL,
999 NULL, NULL, NULL, 999 NULL, NULL, NULL,