Fixed: [PM3.HD] Added "Minutes" text to the Video info dialog run times
git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@89 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
@ -222,7 +222,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<label>$LOCALIZE[2050]:</label>
|
||||
<label2>$INFO[ListItem.Duration]</label2>
|
||||
<label2>$INFO[ListItem.Duration,, $LOCALIZE[12391]]</label2>
|
||||
<onclick>-</onclick>
|
||||
<visible>!IsEmpty(ListItem.Duration)</visible>
|
||||
</item>
|
||||
@ -591,7 +591,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<label>$LOCALIZE[2050]:</label>
|
||||
<label2>$INFO[ListItem.Duration]</label2>
|
||||
<label2>$INFO[ListItem.Duration,, $LOCALIZE[12391]]</label2>
|
||||
<onclick>-</onclick>
|
||||
<visible>!IsEmpty(ListItem.Duration)</visible>
|
||||
</item>
|
||||
@ -734,7 +734,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<label>$LOCALIZE[2050]:</label>
|
||||
<label2>$INFO[ListItem.Duration]</label2>
|
||||
<label2>$INFO[ListItem.Duration,, $LOCALIZE[12391]]</label2>
|
||||
<onclick>-</onclick>
|
||||
<visible>!IsEmpty(ListItem.Duration)</visible>
|
||||
</item>
|
||||
|
Reference in New Issue
Block a user