diff options
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/admin.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 5a00320313b..e1348916b69 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -304,8 +304,9 @@ if (!$_['internetconnectionworking']) { <option value="<?php p($group['gid'])?>" <?php if($group['excluded']) { p('selected="selected"'); }?>><?php p($group['gid']);?></option> <?php endforeach;?> </select> - </div> + <br /> <em><?php p($l->t('These groups will still be able to receive shares, but not to initiate them.')); ?></em> + </div> </td> </tr> </table> |