Change string to something already in squirrelmail.pot
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 7 Nov 2013 09:42:54 +0000 (09:42 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 7 Nov 2013 09:42:54 +0000 (09:42 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14400 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/date.php

index e61b7337270a2f502cee0557a6e63b8824bfa026..59caaf7306e1bc79e0a90409ece4f6939fd2e4d2 100644 (file)
@@ -376,9 +376,9 @@ function getDateString( $stamp, $return_full_date_and_time=FALSE ) {
 
     if ($return_full_date_and_time) {
         if ( $hour_format == SMPREF_TIME_12HR ) {
-            $date_format = _("D, M j, Y g:i a");
+            $date_format = _("D, F j, Y g:i a");
         } else {
-            $date_format = _("D, M j, Y H:i");
+            $date_format = _("D, F j, Y H:i");
         }
     } else if (!empty($custom_date_format)) {
         $date_format = $custom_date_format;