From 0e59f345a39db9855f29c3d054f5c1c5bb6b56ed Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 18 Oct 2006 23:51:12 +0000 Subject: [PATCH] fix typo --- lib/python/Components/UsageConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Components/UsageConfig.py b/lib/python/Components/UsageConfig.py index 5f9fe5ed..d9ba059f 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")), ("255", "4 " + _("hours") + _(" and ") + "15 " + _("seconds")) ]) + ("248", "4 " + _("hours")), ("255", "21 " + _("minutes") + _(" and ") + "15 " + _("seconds")) ]) def setHDDStandby(configElement): os.system("hdparm -S" + configElement.value + " /dev/ide/host0/bus0/target0/lun0/disc") -- 2.30.2