From da02d076ce020ebe24d5225eabe7452a8fdf5eb3 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 11 Aug 2015 00:50:10 +0300 Subject: [PATCH] Added help notice for Time_Zone settings --- admin/timezonetemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

";//