add translated phrase for 'you are the manager of this group'

This commit is contained in:
Uwe Steinmann 2014-03-06 20:31:14 +01:00
parent 2b73149ed7
commit 2aa129772b
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ class SeedDMS_View_GroupView extends SeedDMS_Blue_Style {
echo " : ".htmlspecialchars($group->getComment());
foreach($managers as $manager)
if($manager->getId() == $user->getId()) {
echo " : you are the manager of this group";
echo " : ".getMLText("manager_of_group");
$ismanager = true;
}
echo "</li>";

View File

@ -58,7 +58,7 @@ class SeedDMS_View_GroupView extends SeedDMS_Bootstrap_Style {
echo " : ".htmlspecialchars($group->getComment());
foreach($managers as $manager)
if($manager->getId() == $user->getId()) {
echo " : you are the manager of this group";
echo " : ".getMLText("manager_of_group");
$ismanager = true;
}
echo "</li>";