Add hint to the requirements page's refresh button to restart the webserver

fixes #7839
This commit is contained in:
Johannes Meyer 2014-11-26 10:42:44 +01:00
parent d25a3a1704
commit ca1dafeec3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $requirements = $form->getRequirements();
<td></td>
<td class="btn-update">
<div class="buttons">
<a href="<?= $this->href(); ?>" class="button-like"><?= mt('setup', 'Refresh'); ?></a>
<a title="<?= $this->translate('You may also need to restart the web-server for the changes to take effect!'); ?>" href="<?= $this->href(); ?>" class="button-like"><?= mt('setup', 'Refresh'); ?></a>
</div>
</td>
</tr>