jenkins-bot has submitted this change and it was merged.

Change subject: Consistently rename message key to confirmaccount
......................................................................


Consistently rename message key to confirmaccount

Change-Id: Ib9e6c7b4771650bfe326acfad19292fd2ac676a8
---
M frontend/specialpages/actions/RequestAccount_body.php
M i18n/requestaccount/en.json
M i18n/requestaccount/qqq.json
3 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Kghbln: Looks good to me, but someone else must approve
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/frontend/specialpages/actions/RequestAccount_body.php 
b/frontend/specialpages/actions/RequestAccount_body.php
index 8d46d97..21d5fb9 100755
--- a/frontend/specialpages/actions/RequestAccount_body.php
+++ b/frontend/specialpages/actions/RequestAccount_body.php
@@ -402,7 +402,7 @@
                                        }
                                }
                        }
-                       $out->addWikiMsg( 'request-account-econf' );
+                       $out->addWikiMsg( 'requestaccount-econf' );
                        $out->returnToMain();
                } else {
                        # Maybe the user confirmed after account was created...
diff --git a/i18n/requestaccount/en.json b/i18n/requestaccount/en.json
index 3a72c7a..6e996e2 100644
--- a/i18n/requestaccount/en.json
+++ b/i18n/requestaccount/en.json
@@ -39,7 +39,7 @@
        "requestaccount-tos": "I have read and agree to abide by the 
[[{{MediaWiki:Requestaccount-page}}|Terms of Service]] of {{SITENAME}}.\nThe 
name I have specified under \"Real name\" is in fact my own real name.",
        "requestaccount-submit": "Request account",
        "requestaccount-sent": "Your account request has successfully been sent 
and is now pending review.\n\tA confirmation email has been sent to your email 
address.",
-       "request-account-econf": "Your email address has been confirmed and 
will be listed as such in your account request.",
+       "requestaccount-econf": "Your email address has been confirmed and will 
be listed as such in your account request.",
        "requestaccount-email-subj": "{{SITENAME}} email address confirmation",
        "requestaccount-email-body": "Someone, probably you from IP address $1, 
has requested an account \"$2\" with this email address on {{SITENAME}}.\n\nTo 
confirm that this account really does belong to you on {{SITENAME}}, open this 
link in your browser:\n\n$3\n\nIf the account is created, only you will be 
emailed the password.\nIf this is *not* you, do not follow the link.\nThis 
confirmation code will expire at $4.",
        "requestaccount-email-subj-admin": "{{SITENAME}} account request",
diff --git a/i18n/requestaccount/qqq.json b/i18n/requestaccount/qqq.json
index 6448383..6c9a7cb 100644
--- a/i18n/requestaccount/qqq.json
+++ b/i18n/requestaccount/qqq.json
@@ -50,7 +50,7 @@
        "requestaccount-tos": "\"Real name\" should be exactly as 
{{msg-mw|Requestaccount-real}}, minus the colon.\n\nRefers to 
{{msg-mw|Requestaccount-page}}.",
        "requestaccount-submit": "Used as label for the Submit 
button.\n{{Identical|Request account}}",
        "requestaccount-sent": "Used as success message.\n\nThe page title for 
this message is {{msg-mw|Requestaccount}}.",
-       "request-account-econf": "Used as success message.\n\nThis message is 
followed by a link which points to the Main page.",
+       "requestaccount-econf": "Used as success message.\n\nThis message is 
followed by a link which points to the Main page.",
        "requestaccount-email-subj": "{{Identical|SITENAME e-mail address 
confirmation}}",
        "requestaccount-email-body": "This text is sent in an email. 
Parameters:\n* $1 - an IP address\n* $2 - a requested user name (no GENDER 
support)\n* $3 - a URL\n* $4 - a date/time\n* $5 - (Optional) a date\n* $6 - 
(Optional) a time",
        "requestaccount-email-subj-admin": "{{Identical|SITENAME account 
request}}",

-- 
To view, visit https://gerrit.wikimedia.org/r/264283
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib9e6c7b4771650bfe326acfad19292fd2ac676a8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ConfirmAccount
Gerrit-Branch: master
Gerrit-Owner: Kghbln <[email protected]>
Gerrit-Reviewer: Kghbln <[email protected]>
Gerrit-Reviewer: Raimond Spekking <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to