[dw-free] delcomments.bml has missing translation string
[commit: http://hg.dwscoalition.org/dw-free/rev/772a23685e96]
http://bugs.dwscoalition.org/show_bug.cgi?id=1368
Fix translation string and link
Patch by
yvi.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1368
Fix translation string and link
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/delcomment.bml
-------------------------------------------------------------------------------- diff -r 4452ae93d193 -r 772a23685e96 htdocs/delcomment.bml --- a/htdocs/delcomment.bml Tue Jul 07 14:52:11 2009 +0000 +++ b/htdocs/delcomment.bml Wed Jul 08 15:56:19 2009 +0000 @@ -166,7 +166,7 @@ _info?><?_code if ($can_manage) { my $msg = BML::ml('.changeoptions', { 'link' => - "<a href='/manage/comments/?authas=$u->{'user'}'>$ML{'/manage/comments/index.bml.title'}</a>" }); + "<a href='/manage/settings/?cat=privacy&authas=$u->{'user'}'>$ML{'/manage/settings/index.bml.title.self'}</a>" }); $body .= "<?p $msg p?>"; } --------------------------------------------------------------------------------