fix label for versioning in admin settings

This commit is contained in:
Georg Ehrke 2012-08-04 18:50:05 +02:00 committed by Jörn Friedrich Dreyer
parent 5e9f92e5dd
commit 2832311640
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<form id="versions">
<form id="versionssettings">
<fieldset class="personalblock">
<input type="checkbox" name="versions" id="versions" value="1" <?php if (OCP\Config::getSystemValue('versions', 'true')=='true') echo ' checked="checked"'; ?> /> <label for="versions"><?php echo $l->t('Enable Files Versioning'); ?></label> <br/>
</fieldset>