diff options
author | Jezz_X <jezzx2@gmail.com> | 2011-11-15 13:20:56 +1100 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2011-11-15 13:20:56 +1100 |
commit | 72696c450cb789e240194a0595bed6e291e3a158 (patch) | |
tree | 394f926be5b7407ed8b04f935784927a00e8d579 | |
parent | d8db008195e02694fd762b7f144949fc8074f78a (diff) |
Added [Confluence] "Data Provider" label to the weather window so we can acknowledge the people we get the data from. (new string needed sorry translators)
-rw-r--r-- | addons/skin.confluence/720p/MyWeather.xml | 18 | ||||
-rw-r--r-- | addons/skin.confluence/language/English/strings.xml | 2 |
2 files changed, 17 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/MyWeather.xml b/addons/skin.confluence/720p/MyWeather.xml index 83557b0762..d7757565df 100644 --- a/addons/skin.confluence/720p/MyWeather.xml +++ b/addons/skin.confluence/720p/MyWeather.xml @@ -64,9 +64,23 @@ <shadowcolor>black</shadowcolor> </control> <control type="label"> + <description>Provider Text</description> + <posx>20</posx> + <posy>50</posy> + <width>460</width> + <height>35</height> + <font>font12</font> + <textcolor>white</textcolor> + <scroll>true</scroll> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[31303] : [COLOR=orange]$INFO[Window.Property(WeatherProvider)][/COLOR]</label> + <include>Window_OpenClose_Animation</include> + </control> + <control type="label"> <description>weather location label</description> <posx>20</posx> - <posy>60</posy> + <posy>80</posy> <width>460</width> <height>30</height> <font>font13_title</font> @@ -79,7 +93,7 @@ <control type="label"> <description>update label</description> <posx>20</posx> - <posy>80</posy> + <posy>100</posy> <width>460</width> <height>35</height> <font>font12</font> diff --git a/addons/skin.confluence/language/English/strings.xml b/addons/skin.confluence/language/English/strings.xml index b8758e6666..d32977a6a0 100644 --- a/addons/skin.confluence/language/English/strings.xml +++ b/addons/skin.confluence/language/English/strings.xml @@ -108,7 +108,7 @@ <string id="31300">Current Temp</string> <string id="31301">Last Updated</string> <string id="31302">Menu</string> - <string id="31303"></string> + <string id="31303">Data provider</string> <string id="31304">Picture</string> <string id="31305">No Disc Media Detected</string> <string id="31306">Eject</string> |