Fix "e-mail" to "email" release-2.x.y

Wed, 08 Jun 2016 02:35:59 -0500

author
Richard Laager <rlaager@pidgin.im>
date
Wed, 08 Jun 2016 02:35:59 -0500
branch
release-2.x.y
changeset 37872
3492ca801484
parent 37684
96bd4f28be12
child 37873
cb1fbe968546

Fix "e-mail" to "email"

Somehow, this slipped in.

pidgin/gtkdialogs.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkdialogs.c	Tue Jun 07 00:44:16 2016 -0500
+++ b/pidgin/gtkdialogs.c	Wed Jun 08 02:35:59 2016 -0500
@@ -551,7 +551,7 @@
 
 	g_string_append(str,
 			_("<font size=\"4\"><b>Help from other Pidgin users</b></font> is "
-			  "available by e-mailing <a "
+			  "available by emailing <a "
 			  "href=\"mailto:support@pidgin.im\">support@pidgin.im</a><br/>"
 			  "This is a <b>public</b> mailing list! "
 			  "(<a href=\"http://pidgin.im/pipermail/support/\">archive</a>)<br/>"

mercurial