diff options
Diffstat (limited to 'mod/install.php')
-rw-r--r-- | mod/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/install.php b/mod/install.php index 4160445cc..c80fb54fb 100644 --- a/mod/install.php +++ b/mod/install.php @@ -49,7 +49,7 @@ function install_post(&$a) { $_SESSION['sysmsg'] = ''; notice( t('Database import succeeded.') . EOL - . t('IMPORTANT: You will need to (manually) setup a scheduled task for the poller.') . EOL + . t('IMPORTANT: You will need to [manually] setup a scheduled task for the poller.') . EOL . t('Please see the file INSTALL.') . EOL ); goaway($a->get_baseurl()); } |