diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-05 21:05:48 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-05 21:05:48 -0500 |
commit | bb63068196c079bd46e0df1acbc11c785b88ef32 (patch) | |
tree | e83f9161fe1500dc9ce61240722a57f326cab474 /app/Controller | |
parent | bd313f94266e6f6d60caf2c55216e604bd25bcb3 (diff) |
Sync locales
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/Group.php | 2 |
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']), ))); } |