From ad1265da136d8659a17b047ba00efa04918838d0 Mon Sep 17 00:00:00 2001 From: Volkan Gezer <volkangezer@gmail.com> Date: Fri, 25 Apr 2014 16:26:30 +0200 Subject: [PATCH] typo fix, by translators on transifex --- settings/templates/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 8eb1beb9566..d8a800ca202 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -259,14 +259,14 @@ if (!$_['internetconnectionworking']) { <td <?php if ($_['shareAPIEnabled'] == 'no') print_unescaped('class="hidden"');?>> <input type="checkbox" name="shareapi_default_expire_date" id="shareapi_default_expire_date" value="1" <?php if ($_['shareDefaultExpireDateSet'] == 'yes') print_unescaped('checked="checked"'); ?> /> - <label for="shareapi_default_expire_date"><?php p($l->t('Set default expire date'));?></label><br/> + <label for="shareapi_default_expire_date"><?php p($l->t('Set default expiration date'));?></label><br/> <?php p($l->t( 'Expire after ' )); ?> <input type="text" name='shareapi_expire_after_n_days' id="shareapi_expire_after_n_days" placeholder="<?php p('7')?>" value='<?php p($_['shareExpireAfterNDays']) ?>' /> <?php p($l->t( 'days' )); ?> <input type="checkbox" name="shareapi_enforce_expire_date" id="shareapi_enforce_expire_date" value="1" <?php if ($_['shareEnforceExpireDate'] == 'yes') print_unescaped('checked="checked"'); ?> /> - <label for="shareapi_enforce_expire_date"><?php p($l->t('Enforce expire date'));?></label><br/> + <label for="shareapi_enforce_expire_date"><?php p($l->t('Enforce expiration date'));?></label><br/> <em><?php p($l->t('Expire shares by default after N days')); ?></em> </td> </tr> -- GitLab