comparison libpurple/protocols/msn/error.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 cc8903c59d6b
children 5cdd93dac7a2
comparison
equal deleted inserted replaced
23179:40d3767fb1b9 23180:e0bcb8cfda74
41 _("Syntax Error (probably a client bug)")); 41 _("Syntax Error (probably a client bug)"));
42 *debug = TRUE; 42 *debug = TRUE;
43 break; 43 break;
44 case 201: 44 case 201:
45 g_snprintf(msg, sizeof(msg), 45 g_snprintf(msg, sizeof(msg),
46 _("Invalid e-mail address")); 46 _("Invalid email address"));
47 break; 47 break;
48 case 205: 48 case 205:
49 g_snprintf(msg, sizeof(msg), _("User does not exist")); 49 g_snprintf(msg, sizeof(msg), _("User does not exist"));
50 break; 50 break;
51 case 206: 51 case 206: