Skip to content
Snippets Groups Projects
Commit c6cff620 authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Add context for "Agent Maximum File Size"

parent 10510cbd
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment