[dw-free] Add separate 'email address to display on profile'
[commit: http://hg.dwscoalition.org/dw-free/rev/29d25a7a8ab2]
http://bugs.dwscoalition.org/show_bug.cgi?id=420
Use correct ML string on settings page.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=420
Use correct ML string on settings page.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/manage/profile/index.bml
-------------------------------------------------------------------------------- diff -r 2fcb78e47159 -r 29d25a7a8ab2 htdocs/manage/profile/index.bml --- a/htdocs/manage/profile/index.bml Wed Jul 29 03:13:13 2009 +0000 +++ b/htdocs/manage/profile/index.bml Thu Jul 30 09:09:55 2009 -0500 @@ -333,7 +333,7 @@ body<= "N" => BML::ml(".email.opt.none")) : ("A" => BML::ml(".email.opt.actual"), "D" => BML::ml(".email.opt.display"), - "N" => BML::ml(".email.opt.no_show"))); + "N" => BML::ml(".email.opt.none"))); $ret .= LJ::html_select({ 'name' => 'opt_whatemailshow', 'selected' => $cur }, @vals) . "\n"; $ret .= "</td></tr>\n"; --------------------------------------------------------------------------------