diff --git a/LICENSE b/LICENSE
index 454797bba..56ae88ded 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
/*
-* 4chan X - Version 1.1.16 - 2013-05-08
+* 4chan X - Version 1.1.16 - 2013-05-09
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
diff --git a/builds/4chan-X.js b/builds/4chan-X.js
index 741cec7dc..106668334 100644
--- a/builds/4chan-X.js
+++ b/builds/4chan-X.js
@@ -19,7 +19,7 @@
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAACVBMVEUAAGcAAABmzDNZt9VtAAAAAXRSTlMAQObYZgAAAHFJREFUKFOt0LENACEIBdBv4Qju4wgWanEj3D6OcIVMKaitYHEU/jwTCQj8W75kiVCSBvdQ5/AvfVHBin11BgdRq3ysBgfwBDRrj3MCIA+oAQaku/Q1cNctrAmyDl577tOThYt/Y1RBM4DgOHzM0HFTAyLukH/cmRnqAAAAAElFTkSuQmCC
// ==/UserScript==
/*
-* 4chan X - Version 1.1.16 - 2013-05-08
+* 4chan X - Version 1.1.16 - 2013-05-09
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@@ -2987,10 +2987,10 @@
innerHTML: ' This post'
});
replies = $.el('label', {
- innerHTML: " Hide replies"
+ innerHTML: " Hide replies"
});
makeStub = $.el('label', {
- innerHTML: " Make stub"
+ innerHTML: " Make stub"
});
$.event('AddMenuEntry', {
type: 'post',
@@ -3376,7 +3376,7 @@
});
$.on(apply, 'click', ThreadHiding.menu.hide);
makeStub = $.el('label', {
- innerHTML: " Make stub"
+ innerHTML: " Make stub"
});
return $.event('AddMenuEntry', {
type: 'post',
diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index 2b2b05283..24a82ff43 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -19,7 +19,7 @@
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAACVBMVEUAAGcAAABmzDNZt9VtAAAAAXRSTlMAQObYZgAAAHFJREFUKFOt0LENACEIBdBv4Qju4wgWanEj3D6OcIVMKaitYHEU/jwTCQj8W75kiVCSBvdQ5/AvfVHBin11BgdRq3ysBgfwBDRrj3MCIA+oAQaku/Q1cNctrAmyDl577tOThYt/Y1RBM4DgOHzM0HFTAyLukH/cmRnqAAAAAElFTkSuQmCC
// ==/UserScript==
/*
-* 4chan X - Version 1.1.16 - 2013-05-08
+* 4chan X - Version 1.1.16 - 2013-05-09
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@@ -2983,10 +2983,10 @@
innerHTML: ' This post'
});
replies = $.el('label', {
- innerHTML: " Hide replies"
+ innerHTML: " Hide replies"
});
makeStub = $.el('label', {
- innerHTML: " Make stub"
+ innerHTML: " Make stub"
});
$.event('AddMenuEntry', {
type: 'post',
@@ -3372,7 +3372,7 @@
});
$.on(apply, 'click', ThreadHiding.menu.hide);
makeStub = $.el('label', {
- innerHTML: " Make stub"
+ innerHTML: " Make stub"
});
return $.event('AddMenuEntry', {
type: 'post',
diff --git a/builds/crx/script.js b/builds/crx/script.js
index 6344c5028..210f4c352 100644
--- a/builds/crx/script.js
+++ b/builds/crx/script.js
@@ -1,6 +1,6 @@
// Generated by CoffeeScript
/*
-* 4chan X - Version 1.1.16 - 2013-05-08
+* 4chan X - Version 1.1.16 - 2013-05-09
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@@ -2986,10 +2986,10 @@
innerHTML: ' This post'
});
replies = $.el('label', {
- innerHTML: " Hide replies"
+ innerHTML: " Hide replies"
});
makeStub = $.el('label', {
- innerHTML: " Make stub"
+ innerHTML: " Make stub"
});
$.event('AddMenuEntry', {
type: 'post',
@@ -3375,7 +3375,7 @@
});
$.on(apply, 'click', ThreadHiding.menu.hide);
makeStub = $.el('label', {
- innerHTML: " Make stub"
+ innerHTML: " Make stub"
});
return $.event('AddMenuEntry', {
type: 'post',
diff --git a/src/Filtering/PostHiding.coffee b/src/Filtering/PostHiding.coffee
index 14a6635ea..ad2899b69 100644
--- a/src/Filtering/PostHiding.coffee
+++ b/src/Filtering/PostHiding.coffee
@@ -35,9 +35,9 @@ PostHiding =
thisPost = $.el 'label',
innerHTML: ' This post'
replies = $.el 'label',
- innerHTML: " Hide replies"
+ innerHTML: " Hide replies"
makeStub = $.el 'label',
- innerHTML: " Make stub"
+ innerHTML: " Make stub"
$.event 'AddMenuEntry',
type: 'post'
diff --git a/src/Filtering/ThreadHiding.coffee b/src/Filtering/ThreadHiding.coffee
index f237cecf7..2ae4b47b0 100644
--- a/src/Filtering/ThreadHiding.coffee
+++ b/src/Filtering/ThreadHiding.coffee
@@ -69,7 +69,7 @@ ThreadHiding =
$.on apply, 'click', ThreadHiding.menu.hide
makeStub = $.el 'label',
- innerHTML: " Make stub"
+ innerHTML: " Make stub"
$.event 'AddMenuEntry',
type: 'post'