use a better language for unset value
This commit is contained in:
parent
9f9a97f596
commit
289bde869d
|
@ -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',
|
||||
|
|
|
@ -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="?">
|
||||
|
|
Loading…
Reference in New Issue