From e707551158b02ca25dd0b1549e807b7a67e639e2 Mon Sep 17 00:00:00 2001
From: Michael <Chefkeks@users.noreply.github.com>
Date: Tue, 26 Apr 2016 08:40:29 +0200
Subject: [PATCH] Update department.inc.php after merging upstream / develop

In addition to 71a6b2a0d4419ee8c85724fb382ea51aa409d8af splitted "this department" here.
---
 include/staff/department.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/staff/department.inc.php b/include/staff/department.inc.php
index 4d2cbd5be..1d3254397 100644
--- a/include/staff/department.inc.php
+++ b/include/staff/department.inc.php
@@ -339,7 +339,7 @@ $info = Format::htmlchars(($errors && $_POST) ? $_POST : $info);
         <tr class="header" id="extended-access-members">
             <td colspan="2">
                 <div><small>
-                <?php echo __('Agents who have extended access to this department'); ?>
+                <?php echo sprintf(__('Agents who have extended access to %s'), __('this department')); ?>
                 </small></div>
             </td>
         </tr>
-- 
GitLab