From 848077dbfe72fe40477702c574857bb2d72b0a93 Mon Sep 17 00:00:00 2001 From: Mikael Knutsson Date: Sun, 10 May 2015 09:54:47 +0200 Subject: [PATCH] Fixed a typo in `not_present_text` --- i3pystatus/battery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/battery.py b/i3pystatus/battery.py index 65b07c6..b78a8b8 100644 --- a/i3pystatus/battery.py +++ b/i3pystatus/battery.py @@ -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%"), )