update indiancinema info view

This commit is contained in:
rolux 2013-02-27 21:38:01 +05:30
parent 810c117ca9
commit 315bf4bb81

View file

@ -956,7 +956,9 @@ pandora.ui.infoView = function(data) {
} else {
$imdb.html(
'&nbsp;(<a href="/imdbId=' + data.imdbId + '">'
+ result.data.items + ' duplicates</a>)'
+ result.data.items + ' '
+ pandora.site.itemName.plural.toLowerCase()
+ ' with the same id</a>)'
);
}
});