From bb63068196c079bd46e0df1acbc11c785b88ef32 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 5 Dec 2015 21:05:48 -0500 Subject: Sync locales --- app/Controller/Group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller') diff --git a/app/Controller/Group.php b/app/Controller/Group.php index 22d49e61..395a954d 100644 --- a/app/Controller/Group.php +++ b/app/Controller/Group.php @@ -194,7 +194,7 @@ class Group extends Base $this->response->html($this->template->layout('group/dissociate', array( 'group' => $group, 'user' => $user, - 'title' => t('Remove a user from group "%s', $group['name']), + 'title' => t('Remove user from group "%s"', $group['name']), ))); } -- cgit v1.2.3