Browse Source

Updated UI

Tried to make it a bit cleaner.
pull/4612/head
maikhorma 10 years ago
parent
commit
cf83f99be0
  1. 4
      couchpotato/core/plugins/renamer.py

4
couchpotato/core/plugins/renamer.py

@ -1348,8 +1348,8 @@ config = [{
'advanced': True, 'advanced': True,
'name': 'replace_doubles', 'name': 'replace_doubles',
'type': 'bool', 'type': 'bool',
'label': 'Consider Missing Data', 'label': 'Clean Name',
'description': 'Attempt to clean up double separaters due to missing data for fields', 'description': ('Attempt to clean up double separaters due to missing data for fields.','Sometimes this eliminates wanted white space (see <a href="https://github.com/RuudBurger/CouchPotatoServer/issues/2782">#2782</a>).'),
'default': True 'default': True
}, },
{ {

Loading…
Cancel
Save