Fixed a message

This commit is contained in:
Alejandro Gallardo Escobar 2018-06-12 10:04:33 +02:00
parent f6184b52da
commit a258dc7e43
1 changed files with 1 additions and 1 deletions

View File

@ -3922,7 +3922,7 @@ function ui_get_using_system_timezone_warning ($tag = "h3", $return = true) {
$user_offset = (-get_fixed_offset() / 60) / 60;
$message = sprintf(
__("This controls are using the timezone of the system (%s) instead of yours (%s). The difference in hours to your timezone is %s."),
__("These controls are using the timezone of the system (%s) instead of yours (%s). The difference with your time zone in hours is %s."),
$config["timezone"],
date_default_timezone_get(),
$user_offset > 0 ? "+" . $user_offset : $user_offset