79,82d78
<     // See format_date() for an explanation of why !long-month-name is necessary
<     foreach ($month_names as $delta => $english) {
<       $month_names[$delta] = trim(t('!long-month-name '. $english, array('!long-month-name' => '')));
<     }
102a99,102
>     // See format_date() for an explanation of why !long-month-name is necessary
>     foreach ($month_names as $delta => $english) {
>       $month_names[$delta] = trim(t('!long-month-name '. $english, array('!long-month-name' => '')));
>     }
