1
1
Fork 0

i18n string extraction util

This commit is contained in:
Mike Macgirvin 2010-09-29 18:11:23 -07:00
commit e25e40f1ef
7 changed files with 871 additions and 9 deletions

View file

@ -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());
}