mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 12:06:29 -04:00
Need to rename 'Version' => 'Versions' (functions.php)
Because transferring 'Version' => 'Versions' into translation would be completely incorrect!
This commit is contained in:
@@ -1007,7 +1007,7 @@ function getOptionsHTML($forLeftBar = false) {
|
||||
$subMenuOptions .= '
|
||||
<li class="menu-item '.$name.' '.($tab == $name ? ' active' : '').'">
|
||||
<a href="?view='.$view_.'&tab='.$name.'">
|
||||
<span class="menu-title">'.(($value == 'Skins') ? 'Display' : $value).'</span>
|
||||
<span class="menu-title">'.(($value == 'Skins') ? 'Display' : (($value == 'Version') ? 'Versions' : $value)).'</span>
|
||||
</a>
|
||||
</li>'.PHP_EOL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user