Brian Wolff has uploaded a new change for review. https://gerrit.wikimedia.org/r/52963
Change subject: (bug 45922) Remove period on page title for "password sent" page. ...................................................................... (bug 45922) Remove period on page title for "password sent" page. The page the user is directed to when someone creates an account by email, used to have a title of "Password sent." Now it no longer has the period in order to be consistent with other page titles. Specific message changed was 'accmailtitle'. bug: 45922 Change-Id: Ie502c0036c4d3dca8b2c551cba30206c4a559957 --- M RELEASE-NOTES-1.21 M languages/messages/MessagesEn.php 2 files changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/63/52963/1 diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index d6ca336..4b7aa13 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -258,6 +258,7 @@ * (bug 33304) list=allpages will no longer return duplicate entries when querying protection. * (bug 33304) list=allpages will now find really old indefinite protections. +* (bug 45922) Remove period in password sent for account creation page title. === API internal changes in 1.21 === * For debugging only, a new global $wgDebugAPI removes many API restrictions when true. diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 1647184..2bb5a0c 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1348,7 +1348,7 @@ 'loginreqtitle' => 'Login required', 'loginreqlink' => 'log in', 'loginreqpagetext' => 'You must $1 to view other pages.', -'accmailtitle' => 'Password sent.', +'accmailtitle' => 'Password sent', 'accmailtext' => "A randomly generated password for [[User talk:$1|$1]] has been sent to $2. The password for this new account can be changed on the ''[[Special:ChangePassword|change password]]'' page upon logging in.", -- To view, visit https://gerrit.wikimedia.org/r/52963 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie502c0036c4d3dca8b2c551cba30206c4a559957 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Brian Wolff <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
