diff --git a/src/General/Config.coffee b/src/General/Config.coffee index daabfa419..a0bbb80cd 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -5,9 +5,9 @@ Config = true 'Replace the original board index with one supporting searching, sorting, infinite scrolling, and a catalog mode.' ] - 'Use 4chan X Catalog': [ + 'Use <%= meta.name %> Catalog': [ true - 'Link to 4chan X\'s catalog instead of the native 4chan one.' + 'Link to <%= meta.name %>\'s catalog instead of the native 4chan one.' 1 ] 'External Catalog': [ @@ -82,7 +82,7 @@ Config = ] 'Show Updated Notifications': [ true - 'Show notifications when 4chan X is successfully updated.' + 'Show notifications when <%= meta.name %> is successfully updated.' ] 'Color User IDs': [ false @@ -98,7 +98,7 @@ Config = ] 'Show Support Message': [ true - 'Warn if your browser or configuration is unsupported and may cause 4chan X to not operate correctly.' + 'Warn if your browser or configuration is unsupported and may cause <%= meta.name %> to not operate correctly.' ] 'Normalize URL': [ true @@ -180,7 +180,7 @@ Config = ] 'Image Hover in Catalog': [ false - 'Show full image / video on mouseover in 4chan X catalog.' + 'Show full image / video on mouseover in <%= meta.name %> catalog.' ] 'Gallery': [ true diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 788429d1d..e884780b8 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -73,7 +73,7 @@ Index = $.on @searchInput, 'input', @onSearchInput $.on $('#index-search-clear', @navLinks), 'click', @clearSearch $.on $('#hidden-toggle a', @navLinks), 'click', @cb.toggleHiddenThreads - $.on $('.returnlink a', @navLinks), 'click', @cb.frontPage unless Conf['Use 4chan X Catalog'] + $.on $('.returnlink a', @navLinks), 'click', @cb.frontPage unless Conf['Use <%= meta.name %> Catalog'] $.on @selectMode, 'change', @cb.mode for select in [@selectMode, @selectSort, @selectSize] select.value = Conf[select.name] diff --git a/src/General/Settings.coffee b/src/General/Settings.coffee index 61b8b29b1..d1525a5d4 100755 --- a/src/General/Settings.coffee +++ b/src/General/Settings.coffee @@ -4,7 +4,7 @@ Settings = link = $.el 'a', className: 'settings-link fa fa-wrench' textContent: 'Settings' - title: '4chan X Settings' + title: '<%= meta.name %> Settings' href: 'javascript:;' $.on link, 'click', Settings.open diff --git a/src/General/html/Settings/Filter-guide.html b/src/General/html/Settings/Filter-guide.html index 5eb80c8c2..1f17f91de 100755 --- a/src/General/html/Settings/Filter-guide.html +++ b/src/General/html/Settings/Filter-guide.html @@ -28,6 +28,6 @@
- Note: If you're using the native catalog rather than 4chan X's catalog, 4chan X's filters do not apply there.
+ Note: If you're using the native catalog rather than <%= meta.name %>'s catalog, <%= meta.name %>'s filters do not apply there.
The native catalog has its own separate filter list.