diff --git a/lib/solaar/upower.py b/lib/solaar/upower.py index 896a52de..4bede4c7 100644 --- a/lib/solaar/upower.py +++ b/lib/solaar/upower.py @@ -52,7 +52,7 @@ def _suspend_or_resume(suspend): def watch(on_resume_callback=None, on_suspend_callback=None): """Register callback for suspend/resume events. - They are called only if the system DBus is running, and the UPower daemon is available.""" + They are called only if the system DBus is running, and the Login daemon is available.""" global _resume_callback, _suspend_callback _suspend_callback = on_suspend_callback _resume_callback = on_resume_callback