diff --git a/admin/group_list.php b/admin/group_list.php index bcef348fb..1cdcde2b2 100644 --- a/admin/group_list.php +++ b/admin/group_list.php @@ -105,7 +105,7 @@ SELECT u.'. $conf['user_fields']['username'].' AS username $group_counter++; } -$template->assign('ADMIN_PAGE_TITLE', l10n('Group management').' '.$group_counter.''); +$template->assign('ADMIN_PAGE_TITLE', l10n('Groups').' '.$group_counter.''); // +-----------------------------------------------------------------------+ // | sending html code | diff --git a/admin/themes/default/template/tags.tpl b/admin/themes/default/template/tags.tpl index 5a6a89648..763962b12 100644 --- a/admin/themes/default/template/tags.tpl +++ b/admin/themes/default/template/tags.tpl @@ -67,7 +67,7 @@ var str_tag_found = '{'%d tag found'|@translate}'; {/function}