[dw-free] Outdated text for 'Don't show on Reading Pages' error message
[commit: http://hg.dwscoalition.org/dw-free/rev/a4900f60b399]
http://bugs.dwscoalition.org/show_bug.cgi?id=3986
Update text to reflect new option name.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3986
Update text to reflect new option name.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/Protocol.pm
-------------------------------------------------------------------------------- diff -r 43189297acfd -r a4900f60b399 cgi-bin/LJ/Protocol.pm --- a/cgi-bin/LJ/Protocol.pm Sat Dec 24 13:35:22 2011 +0800 +++ b/cgi-bin/LJ/Protocol.pm Sat Dec 24 13:43:00 2011 +0800 @@ -1278,7 +1278,7 @@ !$time_was_faked && $u->{'newesteventtime'} && $eventtime lt $u->{'newesteventtime'} && !$req->{'props'}->{'opt_backdated'}) { - return fail($err, 153, "You have an entry which was posted at $u->{'newesteventtime'}, but you're trying to post an entry before this. Please check the date and time of both entries. If the other entry is set in the future on purpose, edit that entry to use the \"Date Out of Order\" option. Otherwise, use the \"Date Out of Order\" option for this entry instead."); + return fail($err, 153, "You have an entry which was posted at $u->{'newesteventtime'}, but you're trying to post an entry before this. Please check the date and time of both entries. If the other entry is set in the future on purpose, edit that entry to use the \"Don't show on Reading Pages\" option. Otherwise, use the \"Don't show on Reading Pages\" option for this entry instead."); } my $qallowmask = $req->{'allowmask'}+0; --------------------------------------------------------------------------------