diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-04-07 21:32:49 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-04-07 21:32:49 +0000 |
| commit | 7ebb143a733daf5a3115d2700da9ad66bf804f4f (patch) | |
| tree | 34557bb8a7a57aaa541ccf255b47cc01384c93f4 /lib/python | |
| parent | b43bd513832131154d7052a436faeed5ca72aef4 (diff) | |
| download | enigma2-7ebb143a733daf5a3115d2700da9ad66bf804f4f.tar.gz enigma2-7ebb143a733daf5a3115d2700da9ad66bf804f4f.zip | |
"selction" => "selection"
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml index cb7d41ed..c3cbabe4 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/videowizard.xml @@ -1,6 +1,6 @@ <wizard> <step id="inputselection" nextstep="modeselection" timeout="10" timeoutaction="selectnext"> - <text value="Video input selction\n\nPlease press OK if you can see this page on your TV (or select a different input port).\n\nThe next input port will be automatically probed in 10 seconds." /> + <text value="Video input selection\n\nPlease press OK if you can see this page on your TV (or select a different input port).\n\nThe next input port will be automatically probed in 10 seconds." /> <displaytext value="Select video input" /> <list type="dynamic" source="listInputChannels" evaluation="inputSelectionMade" onselect="inputSelectionMoved" /> <code> |
