]> git.mxchange.org Git - friendica.git/blobdiff - include/group.php
bug #369 - show contacts who are not in any groups
[friendica.git] / include / group.php
index 4a35912e5d288d126770ffe9dbee351e4a7fc71e..edb547de6d8f00ea31561efebf63c7a3b84dbf4c 100644 (file)
@@ -212,6 +212,7 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
                '$title'                => t('Groups'),
                '$edittext'     => t('Edit group'),
                '$createtext'   => t('Create a new group'),
+               '$ungrouped'    => (($every === 'contacts') ? t('Contacts not in any group') : ''),
                '$groups'               => $groups,
                '$add'                  => t('add'),
        ));