diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-18 23:50:45 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-18 23:50:45 +0000 |
| commit | cdc1f1278982616f66ecaf3945169d179dbc8c36 (patch) | |
| tree | 9a5c7d3e9b299b4b6b9634ae4a7fcaa4a7eca685 /lib/python/Components | |
| parent | 4e0effbbbeffc25de19cc3f4efaba86ab45dc78d (diff) | |
| download | enigma2-cdc1f1278982616f66ecaf3945169d179dbc8c36.tar.gz enigma2-cdc1f1278982616f66ecaf3945169d179dbc8c36.zip | |
change requested by tmbinc
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/UsageConfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index 9d5e959f..5f9fe5ed 100644 --- a/lib/python/Components/UsageConfig.py +++ b/lib/python/Components/UsageConfig.py @@ -18,7 +18,7 @@ def InitUsageConfig(): ("12", "1 " + _("minute")), ("24", "2 " + _("minutes")), ("60", "5 " + _("minutes")), ("120", "10 " + _("minutes")), ("240", "20 " + _("minutes")), ("241", "30 " + _("minutes")), ("242", "1 " + _("hour")), ("244", "2 " + _("hours")), - ("248", "4 " + _("hours")) ]) + ("248", "4 " + _("hours")), ("255", "4 " + _("hours") + _(" and ") + "15 " + _("seconds")) ]) def setHDDStandby(configElement): os.system("hdparm -S" + configElement.value + " /dev/ide/host0/bus0/target0/lun0/disc") |
