From cf83f99be07a69ca275ee318d6879c409e18c5ac Mon Sep 17 00:00:00 2001 From: maikhorma Date: Sun, 1 Feb 2015 15:28:05 -0500 Subject: [PATCH] Updated UI Tried to make it a bit cleaner. --- couchpotato/core/plugins/renamer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/plugins/renamer.py b/couchpotato/core/plugins/renamer.py index df25fca..60b4f8b 100755 --- a/couchpotato/core/plugins/renamer.py +++ b/couchpotato/core/plugins/renamer.py @@ -1348,8 +1348,8 @@ config = [{ 'advanced': True, 'name': 'replace_doubles', 'type': 'bool', - 'label': 'Consider Missing Data', - 'description': 'Attempt to clean up double separaters due to missing data for fields', + 'label': 'Clean Name', + 'description': ('Attempt to clean up double separaters due to missing data for fields.','Sometimes this eliminates wanted white space (see #2782).'), 'default': True }, {