From 58067598fd4791bb0c67f158ba972a154541829d Mon Sep 17 00:00:00 2001
From: Sergey Alyoshin <alyoshin.s@gmail.com>
Date: Sat, 24 Aug 2013 17:54:50 +0400
Subject: [PATCH 2/3] Add message to translation

---
 out/out.GroupView.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/out/out.GroupView.php b/out/out.GroupView.php
index ebd4599..513e736 100644
--- a/out/out.GroupView.php
+++ b/out/out.GroupView.php
@@ -63,7 +63,7 @@ foreach ($groups as $group){
 		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>";
-- 
1.7.10.4

