diff 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
line wrap: on
line diff
--- a/libpurple/protocols/msn/error.c	Sun May 25 17:39:29 2008 +0000
+++ b/libpurple/protocols/msn/error.c	Sun May 25 21:56:36 2008 +0000
@@ -43,7 +43,7 @@
 			break;
 		case 201:
 			g_snprintf(msg, sizeof(msg),
-					   _("Invalid e-mail address"));
+					   _("Invalid email address"));
 			break;
 		case 205:
 			g_snprintf(msg, sizeof(msg), _("User does not exist"));