From fe86a19530e0ca255bc6e707743f4207458c3580 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Fri, 12 Aug 2016 14:18:54 -0400 Subject: [PATCH] Rm unused 'remembermypassword' message, doc another * Remove unused 'remembermypassword' message * Document parameter of 'userlogin-remembermypassword' Bug: T68699 Change-Id: I513eff348383803d089e969707eb42559f275dcf --- languages/i18n/en.json | 1 - languages/i18n/qqq.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index b55cb76294..c8d02cc48f 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -408,7 +408,6 @@ "yourpasswordagain": "Retype password:", "createacct-yourpasswordagain": "Confirm password", "createacct-yourpasswordagain-ph": "Enter password again", - "remembermypassword": "Remember my login on this browser (for a maximum of $1 {{PLURAL:$1|day|days}})", "userlogin-remembermypassword": "Keep me logged in", "userlogin-signwithsecure": "Use secure connection", "cannotloginnow-title": "Cannot log in now", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index 953ebbb074..419828f8a2 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -591,8 +591,7 @@ "yourpasswordagain": "Since 1.22 no longer used in core, but may be used by some extensions. DEPRECATED", "createacct-yourpasswordagain": "In create account form, label for field to re-enter password\n\nSee example: [{{canonicalurl:Special:UserLogin|type=signup}} Special:UserLogin?type=signup]\n{{Identical|Confirm password}}", "createacct-yourpasswordagain-ph": "Placeholder text in create account form for re-enter password field.\n\nSee example: [{{canonicalurl:Special:UserLogin|type=signup}} Special:UserLogin?type=signup]", - "remembermypassword": "Used as checkbox label on [[Special:ChangePassword]]. Parameters:\n* $1 - number of days\n{{Identical|Remember my login on this computer}}", - "userlogin-remembermypassword": "The text for a check box in [[Special:UserLogin]].", + "userlogin-remembermypassword": "Used as checkbox label in [[Special:UserLogin]]. Parameters:\n* $1 - number of days the login session will be active if checked (Unused but used on-wiki)\n", "userlogin-signwithsecure": "Text of link to HTTPS login form.\n\nSee example: [[Special:UserLogin]]", "cannotloginnow-title": "Error page title shown when logging in is not possible.", "cannotloginnow-text": "Error page text shown when logging in is not possible. Parameters:\n* $1 - Session type in use that makes it not possible to log in, from a message like {{msg-mw|sessionprovider-mediawiki-session-cookiesessionprovider}}.", -- 2.20.1