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