Add back in a question mark. Props foolswisdom. fixes #3143

git-svn-id: http://svn.automattic.com/wordpress/trunk@5138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-03-29 02:24:25 +00:00
parent cb7570b4cc
commit 347657de7e
1 changed files with 1 additions and 1 deletions

View File

@ -1231,7 +1231,7 @@ function wp_explain_nonce($action) {
$trans['bulk']['comments'] = array(__('Are you sure you want to bulk modify comments?'), false);
$trans['moderate']['comments'] = array(__('Are you sure you want to moderate comments?'), false);
$trans['add']['bookmark'] = array(__('Are you sure you want to add this link'), false);
$trans['add']['bookmark'] = array(__('Are you sure you want to add this link?'), false);
$trans['delete']['bookmark'] = array(__('Are you sure you want to delete this link: "%s"?'), 'use_id');
$trans['update']['bookmark'] = array(__('Are you sure you want to edit this link: "%s"?'), 'use_id');
$trans['bulk']['bookmarks'] = array(__('Are you sure you want to bulk modify links?'), false);