diff libpurple/protocols/novell/novell.c @ 23182: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 caa533b62902
children 16734635febf 125cac3e24ee 568b786c36f9 ff29208e03ef
line wrap: on
line diff
--- a/libpurple/protocols/novell/novell.c	Sun May 25 17:39:29 2008 +0000
+++ b/libpurple/protocols/novell/novell.c	Sun May 25 21:56:36 2008 +0000
@@ -1494,7 +1494,7 @@
 	else if (strcmp(tag, "mailstop") == 0)
 		return _("Mailstop");
 	else if (strcmp(tag, "Internet EMail Address") == 0)
-		return _("E-Mail Address");
+		return _("Email Address");
 	else
 		return tag;
 }