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 6d483b422e
commit fc7da5f2f6

View File

@ -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