diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml index 933d5342..bd714cef 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml @@ -80,7 +80,11 @@ self["rc"].startMoving() </code> </step> <step id="end"> - <text value="The input port should be configured now." /> - <displaytext value="No picture on TV? Press EXIT and retry." /> + <text value="The input port should be configured now.\nYou can now configure the screen by displaying some test pictures. Do you want to do that now?" /> + <displaytext value="No picture on TV? Press EXIT and retry." /> + <list evaluation="rateSelectionMade" onselect="rateSelectionMoved"> + <listentry caption="Yes" step="yes" /> + <listentry caption="No" step="no" /> + </list> </step> </wizard> |
