Skip to content

Commit

Permalink
[Confluence] fix header label
Browse files Browse the repository at this point in the history
  • Loading branch information
ronie committed Jan 8, 2015
1 parent 3327f5e commit 9eb6dc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addons/skin.confluence/720p/DialogPVRTimerSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="label" id="2">
<control type="label">
<description>header label</description>
<left>40</left>
<top>20</top>
<width>650</width>
<height>30</height>
<font>font13_title</font>
<label>-</label>
<label>$LOCALIZE[19065]</label>

This comment has been minimized.

Copy link
@ksooo

ksooo Apr 14, 2015

Member

@ronie Header label seems to be broken (again). No dialog title with Confluence and latest Kodi master (dated April 11). Any ideas?

This comment has been minimized.

Copy link
@ronie

ronie Apr 14, 2015

Author Member

yeah, broken by #6807

i'll fix it in a minute

This comment has been minimized.

Copy link
@ksooo

ksooo Apr 14, 2015

Member

Great. Thx.

This comment has been minimized.

Copy link
@ronie

ronie Apr 14, 2015

Author Member

np, thank you for the heads-up :)

<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
Expand Down
4 changes: 3 additions & 1 deletion language/English/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -7852,7 +7852,9 @@ msgctxt "#19064"
msgid "Go to end"
msgstr ""

#empty string with id 19065
msgctxt "#19065"
msgid "Timer settings"
msgstr ""

#. Name of a shortcut to a custom folder for channel icons
#: xbmc/pvr/windows/GUIWindowPVRChannels.cpp
Expand Down

0 comments on commit 9eb6dc0

Please sign in to comment.