Explorar o código

Change string to something already in squirrelmail.pot

pdontthink %!s(int64=11) %!d(string=hai) anos
pai
achega
bb5e838b92
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      functions/date.php

+ 2 - 2
functions/date.php

@@ -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;