[livejournal] r20562: LJSUP-10434 (Must be two variables for s...
Committer: ailyin
LJSUP-10434 (Must be two variables for spell check)U 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-17 13:12:05 UTC (rev 20561)
+++ branches/commenting-form/bin/upgrading/en.dat 2011-11-17 13:41:27 UTC (rev 20562)
@@ -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: branches/commenting-form/cgi-bin/LJ/Widget/EntryForm.pm
===================================================================
--- branches/commenting-form/cgi-bin/LJ/Widget/EntryForm.pm 2011-11-17 13:12:05 UTC (rev 20561)
+++ branches/commenting-form/cgi-bin/LJ/Widget/EntryForm.pm 2011-11-17 13:41:27 UTC (rev 20562)
@@ -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{};},
