Show
Ignore:
Timestamp:
06/26/08 23:44:53 (5 months ago)
Author:
arthus
Message:

Fixed Lipsum config

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/Lipsum/trunk/lipsum.plugin.php

    r604 r643  
    5353            { 
    5454            $form= new FormUI( strtolower(get_class( $this ) ) ); 
    55             $form->append( 'text', 'num_posts', 'option:lipsum__num_posts', _t('Number of posts to create:'), '20'); 
     55            $form->append( 'text', 'num_posts', 'option:lipsum__num_posts', _t('Number of posts to create:')); 
    5656            $form->num_posts->add_validator( 'validate_required' ); 
    5757            $form->append( 'submit', 'save', _t( 'Save' ) );