comparison libpurple/protocols/yahoo/yahoo_profile.c @ 23180:e0bcb8cfda74

Use "email" and "Email" consistently. This is potentially controversial, but here it is. For reference, Google and Yahoo call it "email" and dropping the hyphen on no-longer-new words is apparently standard practice.
author Richard Laager <rlaager@wiktel.com>
date Sun, 25 May 2008 21:56:36 +0000
parents 49982266aa0f
children f8e0a90dd153
comparison
equal deleted inserted replaced
23179:40d3767fb1b9 23180:e0bcb8cfda74
1058 #endif /* PHOTO_SUPPORT */ 1058 #endif /* PHOTO_SUPPORT */
1059 1059
1060 /* extract their Email address and put it in */ 1060 /* extract their Email address and put it in */
1061 found |= purple_markup_extract_info_field(stripped, stripped_len, user_info, 1061 found |= purple_markup_extract_info_field(stripped, stripped_len, user_info,
1062 strings->my_email_string, (yd->jp ? 4 : 1), " ", 0, 1062 strings->my_email_string, (yd->jp ? 4 : 1), " ", 0,
1063 strings->private_string, _("E-Mail"), 0, NULL, NULL); 1063 strings->private_string, _("Email"), 0, NULL, NULL);
1064 1064
1065 /* extract the Nickname if it exists */ 1065 /* extract the Nickname if it exists */
1066 found |= purple_markup_extract_info_field(stripped, stripped_len, user_info, 1066 found |= purple_markup_extract_info_field(stripped, stripped_len, user_info,
1067 "Nickname:", 1, "\n", '\n', 1067 "Nickname:", 1, "\n", '\n',
1068 NULL, _("Nickname"), 0, NULL, NULL); 1068 NULL, _("Nickname"), 0, NULL, NULL);