Use plural form when multiple overlays are active (#378)
This commit is contained in:
parent
845a3f0378
commit
e188d8f9de
4 changed files with 18 additions and 7 deletions
10
index.html
10
index.html
|
|
@ -850,13 +850,9 @@
|
|||
><span data-i18n="sidebar.layers.title">Layers</span>
|
||||
</h1>
|
||||
<div id="layers-control-wrapper"></div>
|
||||
<div class="leaflet-control-layers-separator"></div>
|
||||
<div>
|
||||
<label
|
||||
id="leaflet-control-layers-overlays-opacity-slider"
|
||||
data-i18n="sidebar.layers.overlay-opacity"
|
||||
>Overlay transparency</label
|
||||
>
|
||||
<div id="leaflet-control-layers-overlays-opacity-slider">
|
||||
<div class="leaflet-control-layers-separator"></div>
|
||||
<label data-i18n="sidebar.layers.overlay-opacity">Overlay transparency</label>
|
||||
</div>
|
||||
<div class="leaflet-control-layers-separator"></div>
|
||||
<div id="layers-button-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue