diff --git a/builds/4chan-X.js b/builds/4chan-X.js index 79b439161..fca78a50b 100644 --- a/builds/4chan-X.js +++ b/builds/4chan-X.js @@ -256,7 +256,7 @@ }, time: '%m/%d/%y(%a)%H:%M:%S', backlink: '>>%id', - fileInfo: '%L (%p%s, %r)', + fileInfo: '%l (%p%s, %r)', favicon: 'ferongr', usercss: '', hotkeys: { diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index e3fadd634..53541426b 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -257,7 +257,7 @@ }, time: '%m/%d/%y(%a)%H:%M:%S', backlink: '>>%id', - fileInfo: '%L (%p%s, %r)', + fileInfo: '%l (%p%s, %r)', favicon: 'ferongr', usercss: '', hotkeys: { diff --git a/builds/crx/script.js b/builds/crx/script.js index 58128291b..9b810a5b4 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -238,7 +238,7 @@ }, time: '%m/%d/%y(%a)%H:%M:%S', backlink: '>>%id', - fileInfo: '%L (%p%s, %r)', + fileInfo: '%l (%p%s, %r)', favicon: 'ferongr', usercss: '', hotkeys: { diff --git a/src/General/Config.coffee b/src/General/Config.coffee index f8d3424ec..6436161c7 100644 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -467,7 +467,7 @@ http://iqdb.org/?url=%TURL backlink: '>>%id' - fileInfo: '%L (%p%s, %r)' + fileInfo: '%l (%p%s, %r)' favicon: 'ferongr'