mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2024-11-22 03:00:15 +00:00
Replace hardcoded detail screen title with new string ID
This commit is contained in:
parent
42439ae55f
commit
0141edb599
2 changed files with 5 additions and 1 deletions
|
@ -86,6 +86,10 @@ msgctxt "#32111"
|
||||||
msgid "Status"
|
msgid "Status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgctxt "#32112"
|
||||||
|
msgid "Torrent Details"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#Adding / Search
|
#Adding / Search
|
||||||
#empty strings from id 32112 to 32199
|
#empty strings from id 32112 to 32199
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<width>960</width>
|
<width>960</width>
|
||||||
<height>30</height>
|
<height>30</height>
|
||||||
<visible>true</visible>
|
<visible>true</visible>
|
||||||
<label>Transmission XBMC - Details</label>
|
<label>$ADDON[script.transmission 32112]</label>
|
||||||
<font>font11</font>
|
<font>font11</font>
|
||||||
<textcolor>white</textcolor>
|
<textcolor>white</textcolor>
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
|
|
Loading…
Reference in a new issue