From 023ace5590925d12c604551849a596a7db83aa6d Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 3 Sep 2011 14:53:15 +0000 Subject: [PATCH] (bug 30455) Use "undisclosed" instead of "unspecified" in the gender options. --- languages/messages/MessagesEn.php | 2 +- languages/messages/MessagesQqq.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 8da69ec803..66cf503f83 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1848,7 +1848,7 @@ Check HTML tags.', 'badsiglength' => 'Your signature is too long. It must not be more than $1 {{PLURAL:$1|character|characters}} long.', 'yourgender' => 'Gender:', -'gender-unknown' => 'Unspecified', +'gender-unknown' => 'Undisclosed', 'gender-male' => 'Male', 'gender-female' => 'Female', 'prefs-help-gender' => 'Optional: used for gender-correct addressing by the software. diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 2bf200465e..822a98f388 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -1426,7 +1426,7 @@ Used in [[Special:Preferences]]. Parameters are: 'badsiglength' => 'Warning message that is displayed on [[Special:Preferences]] when trying to save a signature that is too long. Parameter $1 is the maximum number of characters that is allowed in a signature (multi-byte characters are counted as one character).', 'yourgender' => 'Used in [[Special:Preferences]], first tab. {{Identical|Gender}}', -'gender-unknown' => 'Used in [[Special:Preferences]], first tab, as one of the selectable options of the {{msg-mw|gender}} prompt. Choosing it indicates that the grammatical gender of the user name is not to be made public, or cannot be determined, or matches none of the other choices preset in the select.', +'gender-unknown' => 'Used in [[Special:Preferences]], first tab, as one of the selectable options of the {{msg-mw|gender}} prompt. Choosing it indicates that the grammatical gender of the user name is not to be made public, cannot be determined, or matches none of the other choices preset in the select.', 'gender-male' => 'Used in [[Special:Preferences]], first tab, as one of the selectable options of the {{msg-mw|gender}} prompt. Choosing it indicates that the grammatical gender of the user name should be "male" for those languages having a "normal" male grammatical gender. {{Identical|Male}}', 'gender-female' => 'Used in [[Special:Preferences]], first tab, as one of the selectable options of the {{msg-mw|gender}} prompt. Choosing it indicates that the grammatical gender of the user name should be "female" for those languages having a "normal" female grammatical gender. -- 2.20.1