File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Config {
24
24
25
25
switch_occluded_property : {
26
26
value : 'q,/' . split ( ',' ) ,
27
- view_value : 'Q or Num Devision ' ,
27
+ view_value : 'Q or Num Division ' ,
28
28
description : 'switch occluded property for active shape' ,
29
29
} ,
30
30
@@ -67,7 +67,7 @@ class Config {
67
67
change_shape_color : {
68
68
value : 'enter' ,
69
69
view_value : 'Enter' ,
70
- description : 'change color for highligted shape' ,
70
+ description : 'change color for highlighted shape' ,
71
71
} ,
72
72
73
73
change_player_brightness : {
@@ -211,7 +211,7 @@ class Config {
211
211
switch_paste : {
212
212
value : 'ctrl+v' ,
213
213
view_value : 'Ctrl + V' ,
214
- description : 'swich paste mode' ,
214
+ description : 'switch paste mode' ,
215
215
} ,
216
216
217
217
switch_aam_mode : {
@@ -332,7 +332,7 @@ class Config {
332
332
333
333
reset_zoom : {
334
334
value : 'false' ,
335
- description : 'reset frame zoom when move beetween the frames' ,
335
+ description : 'reset frame zoom when move between the frames' ,
336
336
} ,
337
337
338
338
enable_auto_save : {
Original file line number Diff line number Diff line change 216
216
*[type="polygon"] - only polygon objects < br >
217
217
car[occluded="true"] - only occluded cars < br >
218
218
*[lock!="true"] - only unlocked tracks < br >
219
- person[attr/age> ="25" and attr/age< ="35"] - persons with age (number) beetween [25,40] years < br >
219
+ person[attr/age> ="25" and attr/age< ="35"] - persons with age (number) between [25,40] years < br >
220
220
car[attr/parked="true"] - only parked cars < br >
221
221
person[attr/race="asian"] | car[attr/model="bmw"] - asians and BMW cars < br >
222
- face[attr/glass="sunglass " or attr/glass="no"] - faces with sunglass or without glass < br >
222
+ face[attr/glass="sunglasses " or attr/glass="no"] - faces with sunglasses or without glass < br >
223
223
*[attr/*="__undefined__"] - any tracks with any unlabeled attributes < br >
224
224
*[width< 300 or height < 300 ] - shapes with height or width less than 300px < br >
225
225
person[width> 300 and height< 200 ] - person shapes with width > 300px and height < 200px < br >
You can’t perform that action at this time.
0 commit comments