From eb124c5a671eeb642506b4ad6b5edb54999d2469 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 28 Dec 2011 12:35:03 +0100 Subject: [PATCH] Add missing space between two sentences. --- classes/Profile_tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Profile_tag.php b/classes/Profile_tag.php index 07ed160d19..de91857eb8 100644 --- a/classes/Profile_tag.php +++ b/classes/Profile_tag.php @@ -193,7 +193,7 @@ class Profile_tag extends Managed_DataObject if ($profile_list->taggedCount() >= common_config('peopletag', 'maxpeople')) { // TRANS: Client exception thrown when trying to add more people than allowed to a list. throw new ClientException(sprintf(_('You already have %1$d or more people in list %2$s, ' . - 'which is the maximum allowed number.' . + 'which is the maximum allowed number. ' . 'Try unlisting others first.'), common_config('peopletag', 'maxpeople'), $tag)); return false;