From eb9b0f5be21e7c7436035a9d5e3c79eec5284c78 Mon Sep 17 00:00:00 2001 From: Purodha B Blissenbach Date: Mon, 1 Jun 2009 20:57:11 +0000 Subject: [PATCH] Message 'confirmemail_body' - date and time separated as of request by user "Der Umherirrende" at http://translatewiki.net/w/i.php?title=Support&oldid=1243738#split_date_and_time --- includes/User.php | 4 +++- languages/messages/MessagesQqq.php | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/includes/User.php b/includes/User.php index e168fe9a29..c1cab666df 100644 --- a/includes/User.php +++ b/includes/User.php @@ -2840,7 +2840,9 @@ class User { $this->getName(), $url, $wgLang->timeanddate( $expiration, false ), - $invalidateURL ) ); + $invalidateURL, + $wgLang->date( $expiration, false ), + $wgLang->time( $expiration, false ) ) ); } /** diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 5578910c3b..78eebc83db 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -2725,8 +2725,10 @@ Please leave the link http://www.mediawiki.org/wiki/Manual:External_editors exac *$1 is the IP adress of the user that changed the e-mail adress *$2 is the name of the user *$3 is a URL to [[Special:ConfirmEmail]] -*$4 is a time and date -*$5 is a URL to [[Special:InvalidateEmail]]', +*$4 is a time and date (duplicated by $6 and $7) +*$5 is a URL to [[Special:InvalidateEmail]] +*$6 is a date +*$7 is a time', 'confirmemail_invalidated' => 'This is the text of the special page [[Special:InvalidateEmail|InvalidateEmail]] (with the title in [[Mediawiki:Invalidateemail]]) where user goes if he chooses the cancel e-mail confirmation link from the confirmation e-mail.', 'invalidateemail' => "This is the '''name of the special page''' where user goes if he chooses the cancel e-mail confirmation link from the confirmation e-mail.", -- 2.20.1