small typo

This commit is contained in:
plumps 2015-08-14 11:53:13 +02:00
parent 873de77294
commit d1e3ee701a

View File

@ -140,7 +140,7 @@ class BatteryChecker(IntervalModule):
("not_present_text", "Text displayed if the battery is not present. No formatters are available"),
("alert", "Display a libnotify-notification on low battery"),
("critical_level_command", "Runs a shell command in the case of a critical power state"),
"critical_level_percentage"
"critical_level_percentage",
"alert_percentage",
("alert_format_title", "The title of the notification, all formatters can be used"),
("alert_format_body", "The body text of the notification, all formatters can be used"),