Changeset 867

Show
Ignore:
Timestamp:
01/24/07 13:31:21 (2 years ago)
Author:
donncha
Message:

Make string translatable (fixes #210)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-signup.php

    r863 r867  
    221221?> 
    222222<h2><?php printf( __('Get your own %s account in seconds'), $current_site->site_name ) ?></h2> 
    223 <p>Fill out this one-step form and you'll be blogging seconds later!</p> 
     223<p><?php _e( "Fill out this one-step form and you'll be blogging seconds later!" ); ?></p> 
    224224<form name="setupform" id="setupform" method="post" action="wp-signup.php"> 
    225225<input type="hidden" name="stage" value="validate-user-signup">