1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-29 20:12:27 +02:00

Merged master in

This commit is contained in:
Max Guglielmi 2015-08-23 21:47:09 +10:00
commit f4d926722e

View file

@ -20,7 +20,7 @@ export class Help{
this.instrText = f.help_instructions_text ?
f.help_instructions_text :
'Use the filters above each column to filter and limit table ' +
'data. Avanced searches can be performed by using the following ' +
'data. Advanced searches can be performed by using the following ' +
'operators: <br /><b>&lt;</b>, <b>&lt;=</b>, <b>&gt;</b>, ' +
'<b>&gt;=</b>, <b>=</b>, <b>*</b>, <b>!</b>, <b>{</b>, <b>}</b>, ' +
'<b>||</b>,<b>&amp;&amp;</b>, <b>[empty]</b>, <b>[nonempty]</b>, ' +