Siebrand has uploaded a new change for review. https://gerrit.wikimedia.org/r/65357
Change subject: Split date and time in running sentence ...................................................................... Split date and time in running sentence Change-Id: Ice5a18e55c1f121ed7ad1dc492bbe93bb53eeecd --- M CentralAuth.i18n.php 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth refs/changes/57/65357/1 diff --git a/CentralAuth.i18n.php b/CentralAuth.i18n.php index 90d75db..9383047 100644 --- a/CentralAuth.i18n.php +++ b/CentralAuth.i18n.php @@ -455,7 +455,7 @@ $5 -This confirmation code will expire at $4.' +This confirmation code will expire on $6 at $7.' ); @@ -969,7 +969,7 @@ * $1 is the IP address of the user or server script that triggered the reminder - not needed * $2 is the name of the user account * $3 is a URL to Special:ConfirmEmail -* $4 is a time and date (duplicated by $6 and $7) +* $4 is a timestamp (unused) * $5 is a URL to Special:InvalidateEmail * $6 is a date * $7 is a time', -- To view, visit https://gerrit.wikimedia.org/r/65357 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ice5a18e55c1f121ed7ad1dc492bbe93bb53eeecd Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CentralAuth Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
