summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-08-19 16:45:03 +0200
committerBenjamin Berg <benjamin@sipsolutions.net>2021-08-19 15:30:54 +0000
commitc4bc78fa7779751426fa95b0ef97cea2ce061315 (patch)
tree0254bd9c206ce7039fc4feb771b588b9b41c7fea /plugins
parent488f3dedc44fd253bc83a7cebceb0fa8100916bd (diff)
downloadgnome-settings-daemon-c4bc78fa7779751426fa95b0ef97cea2ce061315.tar.gz
power: Fix typo in unknown device low battery notification
Diffstat (limited to 'plugins')
-rw-r--r--plugins/power/gsd-power-manager.c2
1 files changed, 1 insertions, 1 deletions
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%%)"),