From 8f07a4c5093b77a15ec34aa82cfffc4844e11bd4 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: https://develop.svn.wordpress.org/trunk@5138 602fd350-edb4-49c9-b593-d223f7449a82 --- 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);