[dw-free] http://bugs.dwscoalition.org/show_bug.cgi?id=605
[commit: http://hg.dwscoalition.org/dw-free/rev/58b35abba8e9]
http://bugs.dwscoalition.org/show_bug.cgi?id=605
Fix english-stripping of /manage/emailpost.bml
Patch by
isabeau.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=605
Fix english-stripping of /manage/emailpost.bml
Patch by
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Files modified:
- htdocs/manage/emailpost.bml
- htdocs/manage/emailpost.bml.text
-------------------------------------------------------------------------------- diff -r 5f2d0c97da9a -r 58b35abba8e9 htdocs/manage/emailpost.bml --- a/htdocs/manage/emailpost.bml Sat Mar 14 07:26:50 2009 +0000 +++ b/htdocs/manage/emailpost.bml Sat Mar 14 07:42:07 2009 +0000 @@ -555,7 +555,7 @@ body<= $ret .= "<?standout "; - $ret .= LJ::html_submit($ML{'/manage/voicepost.bml.save'}); + $ret .= LJ::html_submit( $ML{'.save'} ); $ret .= " standout?>"; $ret .= "</form>"; $ret .= LJ::run_hook('sms_footer'); diff -r 5f2d0c97da9a -r 58b35abba8e9 htdocs/manage/emailpost.bml.text --- a/htdocs/manage/emailpost.bml.text Sat Mar 14 07:26:50 2009 +0000 +++ b/htdocs/manage/emailpost.bml.text Sat Mar 14 07:42:07 2009 +0000 @@ -174,6 +174,8 @@ .pin.text=Your PIN is used only for the email gateway. Do not use your regular password for this. This way, if someone obtains your PIN, they can't obtain full access to your journal. The PIN should be at least [[num]] [[?num|character|characters]] long, and may only contain alphabet characters and/or numbers. +.save=Save Settings + .settings.entry.comments=Comments: .settings.entry.comments.select.default=default --------------------------------------------------------------------------------