Merge pull request #63 from eBrnd/patch-1

fix a copypaste error / typo in load.py
This commit is contained in:
enkore 2014-05-31 12:26:12 +02:00
commit 433784c7b9

View File

@ -11,7 +11,7 @@ class Load(IntervalModule):
("format", ("format",
"format string used for output. {avg1}, {avg5} and {avg15} are the load average of the last one, five and fifteen minutes, respectively. {tasks} is the number of tasks (i.e. 1/285, which indiciates that one out of 285 total tasks is runnable)."), "format string used for output. {avg1}, {avg5} and {avg15} are the load average of the last one, five and fifteen minutes, respectively. {tasks} is the number of tasks (i.e. 1/285, which indiciates that one out of 285 total tasks is runnable)."),
("color", "The text color"), ("color", "The text color"),
("critical_limit", "Limit under witch one the battery is critical"), ("critical_limit", "Limit above which the load is considered critical"),
("critical_color", "The critical color"), ("critical_color", "The critical color"),
) )