1
1
< html >
2
2
< head >
3
- < title > CutSpel Options</ title >
3
+ < title > Simplified Spelling Options</ title >
4
4
</ head >
5
5
< link href ="bootstrap/css/bootstrap.min.css " rel ="stylesheet " type ="text/css " />
6
6
< script src ="jquery-1.11.1.min.js " type ="text/javascript "> </ script >
@@ -18,9 +18,9 @@ <h3>Cut Spelling</h3>
18
18
< p > This idea was developed by Christopher Upward and colleagues into < i > Cut Spelling</ i > .
19
19
This simple reform removes redundant letters, along with a small number of
20
20
letter substitutions, to improve English spelling and speed writing.</ p >
21
- < h3 > CutSpel </ h3 >
22
- < p > < strong > CutSpel </ strong > implements a subset of < i > Cut Spelling</ i >
23
- to automatically 'cut' the text of any webpage. < strong > CutSpel </ strong > has two modes.</ p >
21
+ < h3 > Simplified Spelling </ h3 >
22
+ < p > < strong > Simplified Spelling </ strong > implements a subset of < i > Cut Spelling</ i >
23
+ to automatically 'cut' the text of any webpage. < strong > Simplified Spelling </ strong > has two modes.</ p >
24
24
< h4 > Basic Mode</ h4 >
25
25
< p > Modifies the 1000 most common English word language while
26
26
avoiding the more disruptive < i > Cut Spelling</ i > changes such as eye -> y.
@@ -36,17 +36,17 @@ <h3>Options</h3>
36
36
< div class ="form-group ">
37
37
< div class ="radio ">
38
38
< label >
39
- < input type ="radio " name ="mode " id ="advanced_mode " value ="-1 "> Advanced Mode
40
- < input type ="radio " name ="mode " id ="basic_mode " value ="780 " checked > Basic Mode
39
+ < input type ="radio " name ="mode " id ="advanced_mode " value ="-1 " checked > Advanced Mode
40
+ < input type ="radio " name ="mode " id ="basic_mode " value ="780 "> Basic Mode
41
41
</ label >
42
42
</ div >
43
43
</ div >
44
44
</ form >
45
- < p > < strong > CutSpel </ strong > can be turned on or off for any webpage
46
- by clicking on the < strong > CutSpel Toolbar Icon</ strong > .< br >
45
+ < p > < strong > Simplified Spelling </ strong > can be turned on or off for any webpage
46
+ by clicking on the < strong > Simplified Spelling Toolbar Icon</ strong > .< br >
47
47
< img src ="on.png " width ="16 " height ="16 "> ON < img src ="off.png " width ="16 " height ="16 "> OFF</ p >
48
48
</ div >
49
49
</ div >
50
50
< div >
51
51
</ body >
52
- </ html >
52
+ </ html >
0 commit comments