Sync locales

This commit is contained in:
Frederic Guillot
2015-12-05 21:05:48 -05:00
parent bd313f9426
commit bb63068196
23 changed files with 1062 additions and 380 deletions

View File

@@ -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']),
)));
}