From 347657de7e27c6096388a0cf1075d909f04b8ac3 Mon Sep 17 00:00:00 2001 From: rob1n Date: Thu, 29 Mar 2007 02:24:25 +0000 Subject: [PATCH] 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 --- wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index e86e6382f1..65b4aa816a 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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);