summaryrefslogtreecommitdiff
path: root/admin_trees_config.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin_trees_config.php')
-rw-r--r--admin_trees_config.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin_trees_config.php b/admin_trees_config.php
index 8b843dbec9..7ac27331d0 100644
--- a/admin_trees_config.php
+++ b/admin_trees_config.php
@@ -1032,12 +1032,12 @@ $controller
<!-- MEDIA_UPLOAD -->
<div class="form-group">
<label class="control-label col-sm-3" for="MEDIA_UPLOAD">
- <?php echo /* I18N: A configuration setting */ I18N::translate('Who can upload new media files?'); ?>
+ <?php echo /* I18N: A configuration setting */ I18N::translate('Who can upload new media files'); ?>
</label>
<div class="col-sm-9">
<?php echo FunctionsEdit::selectEditControl('MEDIA_UPLOAD', array(Auth::PRIV_USER => I18N::translate('Show to members'), Auth::PRIV_NONE => I18N::translate('Show to managers'), Auth::PRIV_HIDE => I18N::translate('Hide from everyone')), null, $WT_TREE->getPreference('MEDIA_UPLOAD'), 'class="form-control"'); ?>
<p class="small text-muted">
- <?php echo /* I18N: Help text for the “Who can upload new media files?” configuration setting */ I18N::translate('If you are concerned that users might upload inappropriate images, you can restrict media uploads to managers only.'); ?>
+ <?php echo /* I18N: Help text for the “Who can upload new media files” configuration setting */ I18N::translate('If you are concerned that users might upload inappropriate images, you can restrict media uploads to managers only.'); ?>
</p>
</div>
</div>
@@ -1139,7 +1139,7 @@ $controller
<!-- SAVE_WATERMARK_THUMB -->
<fieldset class="form-group">
<legend class="control-label col-sm-3">
- <?php echo /* I18N: A configuration setting */ I18N::translate('Store watermarked thumbnails on server?'); ?>
+ <?php echo /* I18N: A configuration setting */ I18N::translate('Store watermarked thumbnails on server'); ?>
</legend>
<div class="col-sm-9">
<?php echo FunctionsEdit::radioButtons('SAVE_WATERMARK_THUMB', $no_yes, $WT_TREE->getPreference('SAVE_WATERMARK_THUMB'), 'class="radio-inline"'); ?>