Commit fbdbf740e123d8c76e4152835e5680db87d23933

Authored by Erdogan Furkan
1 parent 3d9f783f

Minor fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
help/catalogTTFilterHelp
@@ -7,7 +7,7 @@ Once in the filter menu you will see three boxes you are able to fill: @@ -7,7 +7,7 @@ Once in the filter menu you will see three boxes you are able to fill:
7 <ul> 7 <ul>
8 <li><b><i> '>'</i></b> box: returns on screen intervals where the values of the filtered column are higher than the number filled in the box.</li> 8 <li><b><i> '>'</i></b> box: returns on screen intervals where the values of the filtered column are higher than the number filled in the box.</li>
9 <li><b><i> '<'</i></b> box: returns on screen intervals where the values of the filtered column are lower than the number filled in the box.</li> 9 <li><b><i> '<'</i></b> box: returns on screen intervals where the values of the filtered column are lower than the number filled in the box.</li>
10 - <li><b><i> '<'</i></b> box: returns on screen intervals where the values of the filtered column are the same than the number filled in the box.</li> 10 + <li><b><i> '='</i></b> box: returns on screen intervals where the values of the filtered column are the same than the number filled in the box.</li>
11 </ul> 11 </ul>
12 </p> 12 </p>
13 13