Fixed a tiny typo in serendipity_event_entryproperties -- a class was called entyproperties in the plugin options.

This commit is contained in:
Matthias Mees 2009-11-01 23:19:24 +00:00
parent 0f118e91c3
commit 2512cc60b2

@ -542,7 +542,7 @@ class serendipity_event_entryproperties extends serendipity_event
}
?>
<fieldset style="margin: 5px" class="entyproperties">
<fieldset style="margin: 5px" class="entryproperties">
<legend><?php echo PLUGIN_EVENT_ENTRYPROPERTIES_TITLE; ?></legend>
<?php