[gnome-settings-daemon/wip/hadess/power-notifications-device-types: 6/6] power: Fix typo in unknown device low battery notification




commit c4bc78fa7779751426fa95b0ef97cea2ce061315
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Aug 19 16:45:03 2021 +0200

    power: Fix typo in unknown device low battery notification

 plugins/power/gsd-power-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/power/gsd-power-manager.c b/plugins/power/gsd-power-manager.c
index 919455d5..e60b90ce 100644
--- a/plugins/power/gsd-power-manager.c
+++ b/plugins/power/gsd-power-manager.c
@@ -759,7 +759,7 @@ static const struct {
                 /* Last entry is the fallback (kind is actually unused)! */
                 .kind = UP_DEVICE_KIND_UNKNOWN,
                 /* TRANSLATORS: notification title, a connected (wireless) device or peripheral of unhandled 
type is low or very on power */
-                .title         = N_("Conected device battery is low"),
+                .title         = N_("Connected device battery is low"),
 
                 /* TRANSLATORS: notification body, a connected (wireless) device or peripheral of unhandled 
type is low on power */
                 .low_body      = N_("A connected device is low on power (%.0f%%)"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]