summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-19 15:35:22 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-19 15:35:22 +0000
commitf11e46062c5d7ff9d0aee8947fd5978d39e7119c (patch)
tree96948870cc7761cbc465f91d157270d39f4ae8b8
parent8fe60869c62fc4cdccddbebbf9ea62f46b9c1b58 (diff)
downloadwordpress-mu-f11e46062c5d7ff9d0aee8947fd5978d39e7119c.tar.gz
wordpress-mu-f11e46062c5d7ff9d0aee8947fd5978d39e7119c.tar.xz
wordpress-mu-f11e46062c5d7ff9d0aee8947fd5978d39e7119c.zip
language - #6
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@686 7be80a69-a1ef-0310-a953-fb0f7c49ff36
-rw-r--r--wp-login.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/wp-login.php b/wp-login.php
index 4b27b47..fed84e1 100644
--- a/wp-login.php
+++ b/wp-login.php
@@ -43,7 +43,7 @@ do_action('lost_password');
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>WordPress &raquo; <?php _e('Lost Password') ?></title>
+ <title><?php _e('WordPress &raquo;') ?> <?php _e('Lost Password') ?></title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<link rel="stylesheet" href="<?php echo get_settings('siteurl'); ?>/wp-admin/wp-admin.css" type="text/css" />
<script type="text/javascript">
@@ -217,7 +217,7 @@ default:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>WordPress &rsaquo; <?php _e('Login') ?></title>
+ <title><?php _e('WordPress &rsaquo;'); ?> <?php _e('Login') ?></title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('wpurl'); ?>/wp-admin/wp-admin.css" type="text/css" />
<script type="text/javascript">
@@ -234,7 +234,7 @@ default:
<?php
if ( $error ) {
echo "<div id='login_error'>$error</div>";
- echo "<p align='center'><strong>Note:</strong> You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress.</p>";
+ echo '<p align="center">'.__('<strong>Note:</strong> You must <a href="http://www.google.com/cookies.html">enable cookies</a> to use WordPress.').'</p>';
}
?>