Merge pull request #9528 from owncloud/fix-apostrop

fix apostrophe fixes #9486
remotes/origin/fix-10825
Thomas Müller 2014-07-09 07:42:30 +07:00
commit 6f35e51ff3
1 changed files with 1 additions and 1 deletions

@ -226,7 +226,7 @@ if (!$_['internetconnectionworking']) {
print_unescaped('checked="checked"');
} ?>>
<label for="backgroundjobs_cron">Cron</label><br/>
<em><?php p($l->t("Use systems cron service to call the cron.php file every 15 minutes.")); ?></em>
<em><?php p($l->t("Use system's cron service to call the cron.php file every 15 minutes.")); ?></em>
</p>
</div>