summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wp-signup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-signup.php b/wp-signup.php
index 9b232b0..1180d7a 100644
--- a/wp-signup.php
+++ b/wp-signup.php
@@ -220,7 +220,7 @@ function signup_user($user_name = '', $user_email = '', $errors = '') {
$errors = $filtered_results['errors'];
?>
<h2><?php printf( __('Get your own %s account in seconds'), $current_site->site_name ) ?></h2>
-<p>Fill out this one-step form and you'll be blogging seconds later!</p>
+<p><?php _e( "Fill out this one-step form and you'll be blogging seconds later!" ); ?></p>
<form name="setupform" id="setupform" method="post" action="wp-signup.php">
<input type="hidden" name="stage" value="validate-user-signup">
<?php do_action( "signup_hidden_fields" ); ?>