diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js
index 34878f603..cefd889f0 100644
--- a/builds/4chan-X.user.js
+++ b/builds/4chan-X.user.js
@@ -7849,7 +7849,7 @@
title: title
});
thumb.dataset.id = Gallery.images.length;
- thumb.dataset.post = $('a[title="Highlight this post"]', post.nodes.info).href;
+ thumb.dataset.post = $('a[title="Link to this post"]', post.nodes.info).href;
if (post.file.isVideo) {
thumb.dataset.isVideo = true;
}
@@ -12802,7 +12802,7 @@
post: function() {
var linktype;
if (!(g.VIEW === 'thread' && this.thread.ID === g.THREADID)) {
- $.on($('a[title="Highlight this post"]', this.nodes.info), 'click', Navigate.navigate);
+ $.on($('a[title="Link to this post"]', this.nodes.info), 'click', Navigate.navigate);
}
if (!(linktype = Conf['Quote Inlining'] && Conf['Quote Hash Navigation'] ? '.hashlink' : !Conf['Quote Inlining'] ? '.quotelink' : null)) {
return;
diff --git a/builds/crx/script.js b/builds/crx/script.js
index 6a3e9dace..999148142 100644
--- a/builds/crx/script.js
+++ b/builds/crx/script.js
@@ -7887,7 +7887,7 @@
title: title
});
thumb.dataset.id = Gallery.images.length;
- thumb.dataset.post = $('a[title="Highlight this post"]', post.nodes.info).href;
+ thumb.dataset.post = $('a[title="Link to this post"]', post.nodes.info).href;
if (post.file.isVideo) {
thumb.dataset.isVideo = true;
}
@@ -12822,7 +12822,7 @@
post: function() {
var linktype;
if (!(g.VIEW === 'thread' && this.thread.ID === g.THREADID)) {
- $.on($('a[title="Highlight this post"]', this.nodes.info), 'click', Navigate.navigate);
+ $.on($('a[title="Link to this post"]', this.nodes.info), 'click', Navigate.navigate);
}
if (!(linktype = Conf['Quote Inlining'] && Conf['Quote Hash Navigation'] ? '.hashlink' : !Conf['Quote Inlining'] ? '.quotelink' : null)) {
return;
diff --git a/src/General/Navigate.coffee b/src/General/Navigate.coffee
index 42d3b9e86..fac1d94be 100644
--- a/src/General/Navigate.coffee
+++ b/src/General/Navigate.coffee
@@ -39,7 +39,7 @@ Navigate =
post: -> # Allows us to navigate via JSON from thread to thread by hashes and quote highlights.
# We don't need to reload the thread inside the thread
unless g.VIEW is 'thread' and @thread.ID is g.THREADID
- $.on $('a[title="Highlight this post"]', @nodes.info), 'click', Navigate.navigate
+ $.on $('a[title="Link to this post"]', @nodes.info), 'click', Navigate.navigate
return unless (linktype = if Conf['Quote Inlining'] and Conf['Quote Hash Navigation']
'.hashlink'
diff --git a/src/General/html/Build/post.html b/src/General/html/Build/post.html
index 5fabd2f5a..ca90ffeb9 100755
--- a/src/General/html/Build/post.html
+++ b/src/General/html/Build/post.html
@@ -18,7 +18,7 @@
#{" "}
#{date}#{' '}
- No.
+ No.