Fixed a message
This commit is contained in:
parent
f6184b52da
commit
a258dc7e43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue