String fixes. props demetris. fixes #15688.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-12-05 14:31:18 +00:00
parent 9722f6a8cb
commit d9b4dcf576
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ if ( !defined('WP_ALLOW_REPAIR') ) {
}
} else {
if ( isset($_GET['referrer']) && 'is_blog_installed' == $_GET['referrer'] )
_e('One or more database tables is unavailable. To allow WordPress to attempt to repair these tables, press the "Repair Database" button. Repairing can take a while, so please be patient.');
_e('One or more database tables are unavailable. To allow WordPress to attempt to repair these tables, press the “Repair Database” button. Repairing can take a while, so please be patient.');
else
_e('WordPress can automatically look for some common database problems and repair them. Repairing can take a while, so please be patient.')
?>