Make setting name capitalization consistent with other settings. #2282

This commit is contained in:
ccd0 2019-07-06 14:29:05 -07:00
parent 4aacfe520d
commit 6279d4e434
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ PostJumper =
cb: @node
node: ->
return unless Conf['Unique ID and capcode Navigation']
return unless Conf['Unique ID and Capcode Navigation']
if @nodes.uniqueIDRoot and not @isClone
PostJumper.addButtons @,'uniqueID'

View File

@ -92,7 +92,7 @@ Config =
false
'Add buttons to navigate to top / bottom of thread.'
]
'Unique ID and capcode Navigation': [
'Unique ID and Capcode Navigation': [
false
'Add buttons to navigate to posts having the same unique ID or capcode.'
]