From f58ea33cd75109a7f85d3258de7899fdd9093dba Mon Sep 17 00:00:00 2001 From: JezzX2 Date: Thu, 26 Aug 2010 09:56:39 +0000 Subject: [PATCH] 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 --- 720p/DialogVideoInfo.xml | 6 +++--- changelog.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/720p/DialogVideoInfo.xml b/720p/DialogVideoInfo.xml index 9155947..8c4b985 100644 --- a/720p/DialogVideoInfo.xml +++ b/720p/DialogVideoInfo.xml @@ -222,7 +222,7 @@ - $INFO[ListItem.Duration] + $INFO[ListItem.Duration,, $LOCALIZE[12391]] - !IsEmpty(ListItem.Duration) @@ -591,7 +591,7 @@ - $INFO[ListItem.Duration] + $INFO[ListItem.Duration,, $LOCALIZE[12391]] - !IsEmpty(ListItem.Duration) @@ -734,7 +734,7 @@ - $INFO[ListItem.Duration] + $INFO[ListItem.Duration,, $LOCALIZE[12391]] - !IsEmpty(ListItem.Duration) diff --git a/changelog.txt b/changelog.txt index 2a6462f..247c3a5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,7 @@ [B]Version 1.2.2[/B] - OSD Pause and Play buttons now go completely black when unfocused like the rest (as it should be) - +- Added "Minutes" text to the Video info dialog run times [B]Version 1.2.2[/B] - Updated the default background images to something more stylish