Nemo bis has uploaded a new change for review. https://gerrit.wikimedia.org/r/78509
Change subject: Remove positional reference from createaccountmail ...................................................................... Remove positional reference from createaccountmail <https://www.mediawiki.org/wiki/Localisation#Avoid_references_to_screen_layout_and_positions> Change-Id: I1a930fd402b5de020b7ad509e74a0f35638ba7f8 --- M languages/messages/MessagesEn.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/09/78509/1 diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 75e3532..91b1c60 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1147,7 +1147,7 @@ 'createacct-emailoptional' => 'Email address (optional)', 'createacct-email-ph' => 'Enter your email address', 'createacct-another-email-ph' => 'Enter email address', -'createaccountmail' => 'Use a temporary random password and send it to the email address specified below', +'createaccountmail' => 'Use a temporary random password and send it to the specified email address', 'createacct-realname' => 'Real name (optional)', 'createaccountreason' => 'Reason:', 'createacct-reason' => 'Reason', -- To view, visit https://gerrit.wikimedia.org/r/78509 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1a930fd402b5de020b7ad509e74a0f35638ba7f8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Nemo bis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
