aboutsummaryrefslogtreecommitdiffstats
path: root/mod/install.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-29 18:11:23 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-29 18:11:23 -0700
commite25e40f1ef4e1ad703c55b13069461ee0d712eae (patch)
tree41966307ee765db01b6ecebcff447329605a6fe5 /mod/install.php
parent8ba3737b3b7284c9b7cf40028240ebf89daad1d7 (diff)
downloadvolse-hubzilla-e25e40f1ef4e1ad703c55b13069461ee0d712eae.tar.gz
volse-hubzilla-e25e40f1ef4e1ad703c55b13069461ee0d712eae.tar.bz2
volse-hubzilla-e25e40f1ef4e1ad703c55b13069461ee0d712eae.zip
i18n string extraction util
Diffstat (limited to 'mod/install.php')
-rw-r--r--mod/install.php2
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());
}