From c6cff620a2289a48efb3e66ca09fd0cd14f82e0c Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Tue, 14 Apr 2015 09:49:02 -0500
Subject: [PATCH] i18n: Add context for "Agent Maximum File Size"

---
 include/staff/settings-tickets.inc.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/staff/settings-tickets.inc.php b/include/staff/settings-tickets.inc.php
index 0ae82c9d5..945daa56e 100644
--- a/include/staff/settings-tickets.inc.php
+++ b/include/staff/settings-tickets.inc.php
@@ -231,7 +231,9 @@ if(!($maxfileuploads=ini_get('max_file_uploads')))
             </td>
         </tr>
         <tr>
-            <td width="180"><?php echo __('Agent Maximum File Size');?>:</td>
+            <td width="180"><?php echo __(
+                // Maximum size for agent-uploaded files (via SCP)
+                'Agent Maximum File Size');?>:</td>
             <td>
                 <select name="max_file_size">
                     <option value="262144">&mdash; <?php echo __('Small'); ?> &mdash;</option>
-- 
GitLab