Fixed a typo in not_present_text

This commit is contained in:
Mikael Knutsson 2015-05-10 09:54:47 +02:00 committed by enkore
parent 01a4a04fa1
commit 848077dbfe

View File

@ -151,7 +151,7 @@ class BatteryChecker(IntervalModule):
("charging_color", "The charging color"),
("critical_color", "The critical color"),
("not_present_color", "The not present color."),
("no_present_text", "The text to display when the battery is not present. Provides {battery_ident} as formatting option"),
("not_present_text", "The text to display when the battery is not present. Provides {battery_ident} as formatting option"),
("no_text_full", "Don't display text when battery is full - 100%"),
)