diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 6ffe0e39f..532a32cc8 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -310,7 +310,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 9823e7bff..e912a6e1b 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -286,7 +286,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 91516f580..7df0703bd 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -583,7 +583,7 @@ vp-replace backlink: '>>%id' - fileInfo: '%L (%p%s, %r)' + fileInfo: '%l (%p%s, %r)' favicon: 'ferongr'