Fix grammar and markup errors. Thanks eke.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-04-26 15:45:42 +00:00
parent ba7695637b
commit bd369e3899
3 changed files with 4 additions and 4 deletions

View File

@ -104,11 +104,11 @@ switch ($step) {
if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile))
{
//echo "Upload successful.<p />";
//echo "Upload successful.";
$blogrolling = false;
$opml_url = $uploadfile;
} else {
echo __("Upload error<p />");
echo __("Upload error");
}
}

View File

@ -290,7 +290,7 @@ switch ($action) {
$standalone=0;
include_once ('admin-header.php');
if ($user_level < get_settings('links_minadminlevel')) {
die(__('You do not have sufficent permissions to edit the links for this blog.'));
die(__('You do not have sufficient permissions to edit the links for this blog.'));
}
$row = $wpdb->get_row("SELECT *

View File

@ -161,7 +161,7 @@ case 'lostpassword':
<!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><?php _e('WordPress &rsaquo; Lost password ?') ?></title>
<title><?php _e('WordPress &raquo; Lost password ?') ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
<link rel="stylesheet" href="<?php echo get_settings('siteurl'); ?>/wp-admin/wp-admin.css" type="text/css" />
<script type="text/javascript">