diff options
author | anssih <anssih@svn> | 2010-07-10 22:40:06 +0000 |
---|---|---|
committer | anssih <anssih@svn> | 2010-07-10 22:40:06 +0000 |
commit | 0bf07b8141030b38732e6aeb64a6cb771728acb9 (patch) | |
tree | a484ba7ce709c795dd4230ce8fa1ceaf01aef4f5 /addons | |
parent | 22f4e347e13b1bf6309064710da80919ffa6431a (diff) |
changed: [Confluence] use "N episodes" instead of "Episodes N"
In poster wrap mode, "Episodes N" is used instead of the more logical
"N episodes". Fix that.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31712 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/ViewsVideoLibrary.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/ViewsVideoLibrary.xml b/addons/skin.confluence/720p/ViewsVideoLibrary.xml index c861cb8508..c85c983537 100644 --- a/addons/skin.confluence/720p/ViewsVideoLibrary.xml +++ b/addons/skin.confluence/720p/ViewsVideoLibrary.xml @@ -227,7 +227,7 @@ <scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
- <label>$INFO[ListItem.Episode,$LOCALIZE[20360] ]</label>
+ <label>$INFO[ListItem.Episode,, $LOCALIZE[20453]]</label>
</control>
<control type="label">
<posx>0</posx>
@@ -278,7 +278,7 @@ <scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
- <label>$INFO[ListItem.Episode,$LOCALIZE[20360] ]</label>
+ <label>$INFO[ListItem.Episode,, $LOCALIZE[20453]]</label>
</control>
<control type="label">
<posx>0</posx>
|