summaryrefslogtreecommitdiff
path: root/app/Controller/Group.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Group.php')
-rw-r--r--app/Controller/Group.php2
1 files changed, 1 insertions, 1 deletions
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']),
)));
}