JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
s/e-mail/email/ (the way of the future man)
authorJason Woofenden <jason@jasonwoof.com>
Wed, 18 Sep 2013 21:43:14 +0000 (17:43 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Wed, 18 Sep 2013 21:43:14 +0000 (17:43 -0400)
format.php

index 5d7c2bb..e34f4b3 100644 (file)
@@ -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