[dw-free] Missing strings on /manage/circle, making the page mostly impossible to use
[commit: http://hg.dwscoalition.org/dw-free/rev/c7e5832c87f9]
http://bugs.dwscoalition.org/show_bug.cgi?id=457
Fix strings on circle manager page.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=457
Fix strings on circle manager page.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/manage/circle/index.bml
-------------------------------------------------------------------------------- diff -r e19845a4a630 -r c7e5832c87f9 htdocs/manage/circle/index.bml --- a/htdocs/manage/circle/index.bml Sat Mar 07 07:58:17 2009 +0000 +++ b/htdocs/manage/circle/index.bml Sat Mar 07 08:04:41 2009 +0000 @@ -24,15 +24,15 @@ _code?> <td><?_code BML::ml('.invite.about2', { sitename => $LJ::SITENAMESHORT }); _code?></td> </tr> <tr> - <td class='name'><a href="<?siteroot?>/manage/circle/edit.bml"><?_ml /manage/circle/edit.bml.title _ml?></a></td> + <td class='name'><a href="<?siteroot?>/manage/circle/edit.bml"><?_ml /manage/circle/edit.bml.title3 _ml?></a></td> <td><?_ml .edit.about _ml?></td> </tr> <tr> - <td class='name'><a href="<?siteroot?>/manage/circle/editfilters.bml"><?_ml /manage/circle/editfilters.bml.title _ml?></a></td> + <td class='name'><a href="<?siteroot?>/manage/circle/editfilters.bml"><?_ml /manage/circle/editfilters.bml.title2 _ml?></a></td> <td><?_ml .editgroups.about _ml?> <?_ml .filter _ml?></td> </tr> <tr> - <td class='name'><a href="<?siteroot?>/manage/circle/filter.bml"><?_ml /manage/circle/filter.bml.title _ml?></a></td> + <td class='name'><a href="<?siteroot?>/manage/circle/filter.bml"><?_ml /manage/circle/filter.bml.title2 _ml?></a></td> <td><?_ml .filter.about _ml?></td> </tr> </table> --------------------------------------------------------------------------------