From be5b63fe5bf8b1f756b0787a2a6d34870a78c783 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Thu, 13 Nov 2014 16:46:29 -0600 Subject: [PATCH] i18n: Clarify attachment settings labels --- include/staff/settings-tickets.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/staff/settings-tickets.inc.php b/include/staff/settings-tickets.inc.php index d64c52ed1..0ae82c9d5 100644 --- a/include/staff/settings-tickets.inc.php +++ b/include/staff/settings-tickets.inc.php @@ -214,7 +214,7 @@ if(!($maxfileuploads=ini_get('max_file_uploads'))) </th> </tr> <tr> - <td width="180"><?php echo __('Ticket Attachment Settings');?>:</td> + <td width="180"><?php echo __('EndUser Attachment Settings');?>:</td> <td> <?php $tform = TicketForm::objects()->one()->getForm(); @@ -231,7 +231,7 @@ if(!($maxfileuploads=ini_get('max_file_uploads'))) </td> </tr> <tr> - <td width="180"><?php echo __('Maximum File Size');?>:</td> + <td width="180"><?php echo __('Agent Maximum File Size');?>:</td> <td> <select name="max_file_size"> <option value="262144">— <?php echo __('Small'); ?> —</option> -- GitLab