fixed #9851: New Users have blank profile field privacy settings

This commit is contained in:
Yung Han Khoe 2009-06-03 15:24:20 +00:00
parent 8d12d12db0
commit 1ea08936f4
5 changed files with 48 additions and 1 deletions

View file

@ -418,6 +418,19 @@ If you wish to set the Default Value for any other field. Create the field with
message => q|Extra HTML to include with this profile field.|,
lastUpdated => 1224620527,
},
'default privacy setting label' => {
message => q|Default Privacy Setting|,
lastUpdated => 0,
context => q|Label for a profile field property on the Edit User Profile Field screen.|,
},
'default privacy setting description' => {
message => q|Select the default privacy setting for this profile field. This will be used when a new user is created.|,
lastUpdated => 0,
context => q|Description for a profile field property, used as hoverhelp on the Edit User Profile Field screen.|,
},
};
1;