From f96eae1bf53d38a418ad4709ff8088225a0a1339 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 19 Feb 2013 20:39:48 +0530 Subject: [PATCH] update indiancinema config ('Production Company -> 'Studio') --- pandora/config.indiancinema.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 92357b48..b16d0c7c 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -81,7 +81,7 @@ {"id": "genre", "title": "Genre", "type": "string"}, {"id": "writer", "title": "Writer", "type": "string"}, {"id": "producer", "title": "Producer", "type": "string"}, - {"id": "productioncompany", "title": "Production Company", "type": "string"}, + {"id": "productioncompany", "title": "Studio", "type": "string"}, {"id": "cinematographer", "title": "Cinematographer", "type": "string"}, {"id": "editor", "title": "Editor", "type": "string"}, {"id": "actor", "title": "Actor", "type": "string"}, @@ -206,7 +206,7 @@ }, { "id": "productioncompany", - "title": "Production Company", + "title": "Studio", "type": ["string"], "autocomplete": true, "columnWidth": 180,