Skip to content

Commit

Permalink
[pvr/epg] don't display seconds for start and end times
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Nov 11, 2012
1 parent cd07a0e commit 76b7a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/skin.confluence/720p/VideoFullScreen.xml
Expand Up @@ -269,7 +269,7 @@
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.StartTime(hh:mm:ss)]</label>
<label>$INFO[Player.StartTime(hh:mm)]</label>
</control>
<control type="progress" id="1">
<description>ProgressbarCache</description>
Expand Down Expand Up @@ -308,7 +308,7 @@
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[Player.FinishTime(hh:mm:ss)]</label>
<label>$INFO[Player.FinishTime(hh:mm)]</label>
</control>
</control>
</control>
Expand Down

0 comments on commit 76b7a81

Please sign in to comment.