Spelling
This commit is contained in:
parent
bc05d116b0
commit
7d172fbb54
|
@ -190,7 +190,7 @@ var Config = {
|
|||
if ('Netscape' == navigator.appName) {
|
||||
// Firefox et al doesn't copy registered events on an element deep clone
|
||||
// Don't know if that is w3c or if IE has it right
|
||||
if (hrefs.legth == 1) {
|
||||
if (hrefs.length == 1) {
|
||||
Event.observe(hrefs[0],'click',Config._removeItem);
|
||||
} else {
|
||||
Event.observe(hrefs[0],'click',Config._browse);
|
||||
|
|
|
@ -169,7 +169,7 @@
|
|||
<name>Plugins</name>
|
||||
<short_description></short_description>
|
||||
<type>short_text_multiple</type>
|
||||
<add_item_text>Add Plugin</add_item_text>
|
||||
<add_item_text>Add plugin</add_item_text>
|
||||
</item>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue