diff options
author | tamland <thomas.amland@gmail.com> | 2016-04-14 16:38:07 +0200 |
---|---|---|
committer | tamland <thomas.amland@gmail.com> | 2016-04-14 16:38:07 +0200 |
commit | f5f85d773517113fa66ccf0c3f426097e41c64cd (patch) | |
tree | cd4df8c21f2c8ae4b09f6f418c4252205fab500b /addons | |
parent | bda4a031291672457f16ef99412180078d2f439a (diff) | |
parent | e0386c11f542a9d1335f982815a5ab9b48fa160c (diff) |
Merge pull request #9610 from tamland/fix_select_dialog
fix description label in select dialog
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/1080i/DialogSelect.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estuary/1080i/DialogSelect.xml b/addons/skin.estuary/1080i/DialogSelect.xml index 0459b3bba2..73210b518d 100644 --- a/addons/skin.estuary/1080i/DialogSelect.xml +++ b/addons/skin.estuary/1080i/DialogSelect.xml @@ -83,7 +83,7 @@ <height>60</height> <font>font12</font> <textcolor>grey</textcolor> - <label>$INFO[ListItem.AddonSummary]</label> + <label>$INFO[ListItem.Label2]</label> </control> </itemlayout> <focusedlayout height="125" width="880"> @@ -128,7 +128,7 @@ <height>60</height> <font>font12</font> <textcolor>grey</textcolor> - <label>$INFO[ListItem.AddonSummary]</label> + <label>$INFO[ListItem.Label2]</label> </control> </focusedlayout> </control> |