diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-11-22 07:26:29 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-11-22 07:26:29 +0000 |
| commit | 536393fee38b27dda462e627a9a5e4bffee526c1 (patch) | |
| tree | ae617dca4d85f2918d83ae6ea82e6dbf5adf4023 /templates/install_checks.tpl | |
| parent | 45f3c83e0a91d5fbd6de808fd376e738053eb34a (diff) | |
| download | install-536393fee38b27dda462e627a9a5e4bffee526c1.tar.gz install-536393fee38b27dda462e627a9a5e4bffee526c1.tar.bz2 install-536393fee38b27dda462e627a9a5e4bffee526c1.zip | |
merge recent changes into HEAD
Diffstat (limited to 'templates/install_checks.tpl')
| -rw-r--r-- | templates/install_checks.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_checks.tpl b/templates/install_checks.tpl index 86ba762..4f69f54 100644 --- a/templates/install_checks.tpl +++ b/templates/install_checks.tpl @@ -107,7 +107,7 @@ </tr> {foreach from=`$recommended` item="check"} <tr class="{if $check.passed eq 'y'}note{else}warning{/if}"> - <td><abbr title="{$check.1}">{$check.0}</abbr></td> + <td><abbr title="php.ini setting: {$check.1}">{$check.0}</abbr></td> <td>{$check.shouldbe}</td> <td>{$check.actual}</td> <td> |
