diff options
Diffstat (limited to 'admin/admin_fisheye_inc.php')
| -rw-r--r-- | admin/admin_fisheye_inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/admin_fisheye_inc.php b/admin/admin_fisheye_inc.php index 1e9fcf2..2db2dfd 100644 --- a/admin/admin_fisheye_inc.php +++ b/admin/admin_fisheye_inc.php @@ -23,9 +23,9 @@ $formGalleryGeneral = array( 'note' => 'Enable this if you want to have all public galleries visible when uploading files. This might cause problems on large sites with many public galleries.', 'type' => 'checkbox' ), - "fisheye_show_all_to_editors" => array( - 'label' => 'Show all Galleries to Editors', - 'note' => 'This will allow gallery editors to upload and move around images in all galleries. This might cause problems on large sites with many galleries.', + "fisheye_show_all_to_admins" => array( + 'label' => 'Show all Galleries to Administrators', + 'note' => 'This will allow gallery admins to upload and move around images in all galleries. This might cause problems on large sites with many galleries.', 'type' => 'checkbox' ), ); |
