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:
parent
cb7570b4cc
commit
347657de7e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue