diff --git a/admin/timezonetemplate.php b/admin/timezonetemplate.php index e585e9ea..78442d1f 100644 --- a/admin/timezonetemplate.php +++ b/admin/timezonetemplate.php @@ -102,7 +102,7 @@ $tzl = $db->GetAll($sql); if (empty($tzl) || !$tzl) { - print "
" . T_("Your database does not have timezones installed, please see here for details") . " ...
"; + print "
" . T_("Your database does not have timezones installed, please see here for details") . " ...
" .T_("or") . "
" . T_("Check that you have granted relevant permissions on 'time_zone_...' tables in database named 'mysql'.") . "
"; } print "

" . T_("Default Timezone: ") . " $dtz

";//