i18n fixes from SteveAgl. fixes #2207

git-svn-id: http://svn.automattic.com/wordpress/trunk@3393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2006-01-02 21:08:34 +00:00
parent b60db381c7
commit ee8b3c94df
2 changed files with 2 additions and 2 deletions

View File

@@ -290,7 +290,7 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com
} else {
if (!empty($post->post_password)) { // if there's a password
if ($_COOKIE['wp-postpass_'.COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie
echo('Enter your password to view comments');
echo(__('Enter your password to view comments'));
return;
}
}