From ed0e5ef497d3bef71bca0288ea8db8af48522da1 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 24 Aug 2013 12:24:15 +0200 Subject: [PATCH] XMBC notification, better remote folder description --- couchpotato/core/notifications/xbmc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/notifications/xbmc/__init__.py b/couchpotato/core/notifications/xbmc/__init__.py index f0167ce8..dafa0f63 100644 --- a/couchpotato/core/notifications/xbmc/__init__.py +++ b/couchpotato/core/notifications/xbmc/__init__.py @@ -44,7 +44,7 @@ config = [{ 'default': 0, 'type': 'bool', 'advanced': True, - 'description': 'Scan new movie folder at remote XBMC servers, only works if movie location is the same.', + 'description': 'Only scan new movie folder at remote XBMC servers. Works if movie location is the same.', }, { 'name': 'on_snatch',