change wording and variable names for "Hide public links" feature

This commit is contained in:
nodiscc 2015-04-10 20:52:12 +02:00
parent 0c45b01cc2
commit caee7ff9cc
2 changed files with 6 additions and 6 deletions

View file

@ -28,9 +28,9 @@
</td>
</tr>
<tr>
<td valign="top"><b>Disable public links</b></td>
<td valign="top"><b>Hide public links</b></td>
<td>
<input type="checkbox" name="disablePublicLinks" id="disablePublicLinks" {if="!empty($GLOBALS['config']['DISABLE_PUBLIC_LINKS'])"}checked{/if}/><label for="disablePublicLinks">&nbsp;
<input type="checkbox" name="hidePublicLinks" id="hidePublicLinks" {if="!empty($GLOBALS['config']['HIDE_PUBLIC_LINKS'])"}checked{/if}/><label for="hidePublicLinks">&nbsp;
Do not show any links if the user is not logged in.</label>
</td>
</tr>