diff libpurple/protocols/toc/toc.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 5725b3190905
line wrap: on
line diff
--- a/libpurple/protocols/toc/toc.c	Sun May 25 17:39:29 2008 +0000
+++ b/libpurple/protocols/toc/toc.c	Sun May 25 21:56:36 2008 +0000
@@ -527,7 +527,7 @@
 			g_snprintf(buf, sizeof(buf), _("Dir service temporarily unavailable."));
 			break;
 		case 974:
-			g_snprintf(buf, sizeof(buf), _("E-mail lookup restricted."));
+			g_snprintf(buf, sizeof(buf), _("Email lookup restricted."));
 			break;
 		case 975:
 			g_snprintf(buf, sizeof(buf), _("Keyword ignored."));