From e25e40f1ef4e1ad703c55b13069461ee0d712eae Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Wed, 29 Sep 2010 18:11:23 -0700 Subject: i18n string extraction util --- mod/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/install.php') 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()); } -- cgit v1.2.3