summaryrefslogtreecommitdiffstats
path: root/wp-login.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-login.php')
-rw-r--r--wp-login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-login.php b/wp-login.php
index 59f9399..0dd8d6b 100644
--- a/wp-login.php
+++ b/wp-login.php
@@ -64,7 +64,7 @@ function login_header($title = 'Login', $message = '') {
}
echo '<div id="login_error">' . apply_filters('login_errors', $errors) . "</div>\n";
- echo "<p align='center'><strong>Note:</strong> You must <a style=\"color: #fff;\" href='http://www.google.com/cookies.html'>enable cookies</a> to use this site.</p>";
+ echo "<p align='center'>".__("<strong>Note:</strong> You must <a style=\"color: #fff;\" href='http://www.google.com/cookies.html'>enable cookies</a> to use this site.")."</p>";
}
} // End of login_header()