From 964ac22b28189d47aa7330dd3d93448b473bfdb9 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 18 Sep 2013 17:43:14 -0400 Subject: [PATCH] s/e-mail/email/ (the way of the future man) --- format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.php b/format.php index 5d7c2bb..e34f4b3 100644 --- a/format.php +++ b/format.php @@ -21,7 +21,7 @@ function format_caption($str) { $str = str_replace('_', ' ', $str); $str = ucwords($str); - return str_replace('Email', 'E-mail', $str); + return $str; } # This function makes sure that $str is in the list of options, and returns "" otherwise -- 1.7.10.4