From a6091e18e7ebc2e6475a4cebbbbf949195a42f83 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 1 Dec 2011 05:03:19 +0000 Subject: [PATCH] English, less butchering of it. git-svn-id: http://svn.automattic.com/wordpress/trunk@19530 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-permalink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 96d0f0ddc..dfe2c8cef 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -19,7 +19,7 @@ get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __('Overview'), 'content' => '

' . __('Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change — hence the name permalink.') . '

' . - '

' . __('This screen provides allows you to choose your default permalink structure. You can choose from common settings or create custom URL structures.') . '

' . + '

' . __('This screen allows you to choose your default permalink structure. You can choose from common settings or create custom URL structures.') . '

' . '

' . __('When making changes, you must click the Save Changes button at the bottom of the screen for the new settings to take effect.') . '

', ) );