Skip to content

Commit c28cef8

Browse files
committed
.
1 parent e0e9a27 commit c28cef8

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

www/main/settings/options/options.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ <h2 class="text-strong">Toolbars</h2>
4040
<div class="item">
4141
<h2 class="text-strong">Other</h2>
4242
<div class="item" id="item-deletion">
43-
<label for="deletionCheckbox">Allow deletion of imported features</label>
43+
<label for="deletionCheckbox">Allow deletion of imported objects</label>
4444
<i class="icon ion-information-circled" onclick="openPopover('popoverDeletion')"></i>
4545
<div class="right">
4646
<input type="checkbox" class="switch grey-900" id="deletionCheckbox">
4747
</div>
4848
</div>
4949
<div class="item" id="item-export">
50-
<label for="exportCheckbox">Include imported features in export</label>
50+
<label for="exportCheckbox">Include imported layers in export</label>
5151
<i class="icon ion-information-circled" onclick="openPopover('popoverExport')"></i>
5252
<div class="right">
5353
<input type="checkbox" class="switch grey-900" id="exportCheckbox">
@@ -61,7 +61,7 @@ <h2 class="text-strong">Other</h2>
6161
</div>
6262
</div>
6363
<div class="item" id="group-type">
64-
<label for="groupTypeCheckbox">Only group features of same geometry type</label>
64+
<label for="groupTypeCheckbox">Only group objects of same geometry type</label>
6565
<i class="icon ion-information-circled" onclick="openPopover('popoverGroupType')"></i>
6666
<div class="right no-space-top">
6767
<input type="checkbox" class="switch grey-900" id="groupTypeCheckbox" checked>
@@ -76,7 +76,7 @@ <h2 class="text-strong">Other</h2>
7676
</div>
7777
</div>
7878
<div class="item" id="colors-list">
79-
<h2 class="text-strong">Feature colors <i class="icon ion-information-circled"
79+
<h2 class="text-strong">Colors <i class="icon ion-information-circled"
8080
onclick="openPopover('popoverColors')"></i></h2>
8181
<div class="item">
8282
<label for="blackCheckbox">Black</label>
@@ -105,23 +105,23 @@ <h2 class="text-strong">Feature colors <i class="icon ion-information-circled"
105105
</div>
106106
</div>
107107
<div class="popover padding" id="popoverColorbar">If enabled, the map will show a color bar to change the
108-
feature color.</div>
108+
marker color.</div>
109109
<div class="popover padding" id="popoverLocation">If enabled, the map will show a geolocation button.</div>
110110
<div class="popover padding" id="popoverGroup">If enabled, the map will show a "group" button. Activate this
111-
button to relate the next feature to the previous feature.</div>
111+
button to relate the next object to the previous object.</div>
112112
<div class="popover padding" id="popoverCaching">If enabled, the map will show a button to cache the current
113113
map
114114
extent for offline use.</div>
115-
<div class="popover padding" id="popoverDeletion">If enabled, imported features can be deleted with the
115+
<div class="popover padding" id="popoverDeletion">If enabled, imported objects can be deleted with the
116116
undo/clear
117117
buttons.</div>
118118
<div class="popover padding" id="popoverComments">If enabled, a window will show up where you can enter
119119
additional
120-
information after placing a feature on the map.</div>
121-
<div class="popover padding" id="popoverExport">If enabled, imported features will be exported with newly
120+
information after placing a marker on the map.</div>
121+
<div class="popover padding" id="popoverExport">If enabled, imported objects will be exported with newly
122122
drawn
123-
features, although in a different file.</div>
124-
<div class="popover padding" id="popoverGroupColor">If enabled, feature colors will be chosen automatically
123+
objects, although in a different file.</div>
124+
<div class="popover padding" id="popoverGroupColor">If enabled, marker colors will be chosen automatically
125125
based on
126126
group membership.</div>
127127
<div class="popover padding" id="popoverGroupType">If enabled, lines and points cannot be grouped together.

0 commit comments

Comments
 (0)