use a better language for unset value

This commit is contained in:
Isaac Connor 2020-02-11 14:31:48 -05:00
parent 9f9a97f596
commit 289bde869d
2 changed files with 2 additions and 1 deletions

View File

@ -771,6 +771,7 @@ $SLANG = array(
'TurboPanSpeed' => 'Turbo Pan Speed',
'TurboTiltSpeed' => 'Turbo Tilt Speed',
'Type' => 'Type',
'TZUnset' => 'Unset - use value in php.ini',
'Unarchive' => 'Unarchive',
'Undefined' => 'Undefined',
'Units' => 'Units',

View File

@ -426,7 +426,7 @@ foreach ( array_map('basename', glob('skins/'.$skin.'/css/*',GLOB_ONLYDIR)) as $
$name = str_replace('St ', 'St. ', $name);
return $name;
}
$configCats[$tab]['ZM_TIMEZONE']['Hint'] = array(''=> translate('Unset')) + timezone_list();
$configCats[$tab]['ZM_TIMEZONE']['Hint'] = array(''=> translate('TZUnset')) + timezone_list();
} # end if tab == system
?>
<form name="optionsForm" class="form-horizontal" method="post" action="?">