Add back in a question mark. Props foolswisdom. fixes #3143
git-svn-id: https://develop.svn.wordpress.org/trunk@5138 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3b6010f155
commit
8f07a4c509
@ -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
Block a user