From e8b954fe7d8ce7aa58191280704341b4b00212a1 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 20 Dec 2011 21:15:13 +0000 Subject: [PATCH] Eliminate a string in options-permalink and end strings with full stops. fixes #19472. git-svn-id: http://svn.automattic.com/wordpress/trunk@19609 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-permalink.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 0fb4179ac..95bc96ed1 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -148,11 +148,11 @@ if (isset($_POST['submit'])) : ?> if ( ! is_multisite() ) { if ( $iis7_permalinks ) { if ( $permalink_structure && ! $usingpi && ! $writable ) - _e('You should update your web.config now'); + _e('You should update your web.config now.'); else if ( $permalink_structure && ! $usingpi && $writable ) _e('Permalink structure updated. Remove write access on web.config file now!'); else - _e('Permalink structure updated'); + _e('Permalink structure updated.'); } else { if ( $permalink_structure && ! $usingpi && ! $writable ) _e('You should update your .htaccess now.'); @@ -226,11 +226,14 @@ $structures = array(

- -

URLs here. For example, using topics as your category base would make your category links like http://example.org/topics/uncategorized/. If you leave these blank the defaults will be used.') ?>

- -

URLs here. For example, using topics as your category base would make your category links like http://example.org/index.php/topics/uncategorized/. If you leave these blank the defaults will be used.') ?>

- + +

URLs here. For example, using topics as your category base would make your category links like http://example.org/%stopics/uncategorized/. If you leave these blank the defaults will be used.'), $suffix ); ?>