From 316c380a2f5f3495fc8f95f304514d4082b0aa8b Mon Sep 17 00:00:00 2001 From: pdontthink Date: Thu, 7 Nov 2013 09:42:54 +0000 Subject: [PATCH] Change string to something already in squirrelmail.pot git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14400 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/date.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/date.php b/functions/date.php index e61b7337..59caaf73 100644 --- a/functions/date.php +++ b/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; -- 2.25.1