Committer: ailyin
LJSUP-10434 (Must be two variables for spell check): didn't mean to commit these to this branch eitherU branches/commenting-form/bin/upgrading/en.dat U branches/commenting-form/cgi-bin/LJ/Widget/EntryForm.pm
Modified: branches/commenting-form/bin/upgrading/en.dat =================================================================== --- branches/commenting-form/bin/upgrading/en.dat 2011-11-21 09:21:18 UTC (rev 20577) +++ branches/commenting-form/bin/upgrading/en.dat 2011-11-21 10:04:43 UTC (rev 20578) @@ -1465,8 +1465,6 @@ entryform.spellcheck=Spell check -entryform.spellcheck.label=Spell check - entryform.spellcheck.noerrors=No spelling errors found entryform.spellchecked=Spell checked entry: Modified: branches/commenting-form/cgi-bin/LJ/Widget/EntryForm.pm =================================================================== --- branches/commenting-form/cgi-bin/LJ/Widget/EntryForm.pm 2011-11-21 09:21:18 UTC (rev 20577) +++ branches/commenting-form/cgi-bin/LJ/Widget/EntryForm.pm 2011-11-21 10:04:43 UTC (rev 20578) @@ -1260,7 +1260,7 @@ } return qq{<label for='sticky_type' class='title options'> - $BML::ML{'entryform.spellcheck.label'} + $BML::ML{'entryform.spellcheck'} </label> $out}; }, 'none' => sub {return qq{};},