diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php index 3142b101ca..9f74617e5f 100644 --- a/wp-admin/link-manager.php +++ b/wp-admin/link-manager.php @@ -290,7 +290,7 @@ switch ($action) { $standalone=0; include_once ('admin-header.php'); if ($user_level < get_settings('links_minadminlevel')) { - die(__('You have do not have sufficent permissions to edit the links for this blog.')); + die(__('You do not have sufficent permissions to edit the links for this blog.')); } $row = $wpdb->get_row("SELECT * @@ -551,7 +551,7 @@ th { text-align: right; } $standalone=0; include_once ("./admin-header.php"); if ($user_level < get_settings('links_minadminlevel')) { - die(__("You have do not have sufficient permissions to edit the links for this blog.")); + die(__("You do not have sufficient permissions to edit the links for this blog.")); } switch ($order_by) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 5c020a2e9e..93c8bc3086 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -48,7 +48,7 @@ default:
%monthnum% --- 05') ?>%day% --- 28') ?>%postname% --- this-is-a-great-post” in the URI') ?> %post_id% --- 423 ') ?>%post_id% --- 423') ?>/archives/%year%/%monthnum%/%day%/%postname%/