From 9d962db7556779bf0a1159ff41252ef9a56e278b Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 13 Jul 2012 15:03:48 +0200 Subject: [PATCH] Better description for renaming. fix #568 --- couchpotato/core/plugins/renamer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/renamer/__init__.py b/couchpotato/core/plugins/renamer/__init__.py index 9ceccb8b..59439544 100644 --- a/couchpotato/core/plugins/renamer/__init__.py +++ b/couchpotato/core/plugins/renamer/__init__.py @@ -84,7 +84,7 @@ config = [{ 'advanced': True, 'name': 'separator', 'label': 'Separator', - 'description': 'Replace all the spaces with a character. Example: ".", "-". Leave empty to use spaces.', + 'description': 'Replace all the spaces with a character. Example: ".", "-" (without quotes). Leave empty to use spaces.', }, { 'advanced': True,