Skip to content

Commit 11e9cbf

Browse files
committed
Change simplified CutSpel word to Simplified Spelling
1 parent b2cfe3e commit 11e9cbf

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"manifest_version": 2,
3-
"name": "CutSpel",
4-
"short_name": "CutSpel",
3+
"name": "Simplified Spelling",
4+
"short_name": "Simplified Spelling",
55
"icons": { "48": "ON.png",
66
"128": "ON.png" },
77
"permissions": ["storage","tabs"],
8-
"description": "English spelling reform in your browser!",
9-
"version": "1.0.2",
10-
"author": "Daniel Tillett",
11-
"homepage_url": "http://www.cutspel.com",
8+
"description": "Try simplified spelling in your web browser!",
9+
"version": "0.0.1",
10+
"author": "Mark Petersen",
11+
"homepage_url": "https://github.com/mark-petersen/CutSpel/tree/simplifiedSpelling",
1212
"background":{
1313
"scripts":["jquery-1.11.1.min.js", "background.js"]
1414
},

options.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<title>CutSpel Options</title>
3+
<title>Simplified Spelling Options</title>
44
</head>
55
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
66
<script src="jquery-1.11.1.min.js" type="text/javascript"></script>
@@ -18,9 +18,9 @@ <h3>Cut Spelling</h3>
1818
<p>This idea was developed by Christopher Upward and colleagues into <i>Cut Spelling</i>.
1919
This simple reform removes redundant letters, along with a small number of
2020
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>
2424
<h4>Basic Mode</h4>
2525
<p>Modifies the 1000 most common English word language while
2626
avoiding the more disruptive <i>Cut Spelling</i> changes such as eye -> y.
@@ -36,17 +36,17 @@ <h3>Options</h3>
3636
<div class="form-group">
3737
<div class="radio">
3838
<label>
39-
<input type="radio" name="mode" id="advanced_mode" value="-1"> Advanced Mode &nbsp; &nbsp; &nbsp;
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 &nbsp; &nbsp; &nbsp;
40+
<input type="radio" name="mode" id="basic_mode" value="780"> Basic Mode
4141
</label>
4242
</div>
4343
</div>
4444
</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>
4747
<img src="on.png" width="16" height="16">ON &nbsp; &nbsp;<img src="off.png" width="16" height="16">OFF</p>
4848
</div>
4949
</div>
5050
<div>
5151
</body>
52-
</html>
52+
</html>

0 commit comments

Comments
 (0)