# Description: Add a message for translation. Thanks to Sergey Alyoshin 
# Author: Francisco Manuel Garcia Claramonte <francisco@debian.org>
# Last-Update: 02-10-2013
--- a/out/out.GroupView.php
+++ b/out/out.GroupView.php
@@ -63,7 +63,7 @@
 		echo " : ".htmlspecialchars($group->getComment());
 	foreach($managers as $manager)
 		if($manager->getId() == $user->getId()) {
-			echo " : you are the manager of this group";
+			echo ': '.getMLText("you_are_the_manager_of_this_group");
 			$ismanager = true;
 		}
 	echo "</li>";
