[gnome-settings-daemon/wip/hadess/power-empty-notifications: 33/34] power: Fix text in media player low battery notifications
- From: Benjamin Berg <bberg src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-settings-daemon/wip/hadess/power-empty-notifications: 33/34] power: Fix text in media player low battery notifications
 
- Date: Thu, 19 Aug 2021 13:04:52 +0000 (UTC)
 
commit ca53d1529827a55790c4111163bf977d6d62b46d
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jul 21 20:04:02 2021 +0200
    power: Fix text in media player low battery notifications
 plugins/power/gsd-power-manager.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/power/gsd-power-manager.c b/plugins/power/gsd-power-manager.c
index 6aacfb13..9bbbe09d 100644
--- a/plugins/power/gsd-power-manager.c
+++ b/plugins/power/gsd-power-manager.c
@@ -757,8 +757,8 @@ engine_charge_critical (GsdPowerManager *manager, UpDevice *device)
 
         } else if (kind == UP_DEVICE_KIND_MEDIA_PLAYER) {
 
-                /* TRANSLATORS: the cell battery is very low */
-                title = _("Cell phone battery low");
+                /* TRANSLATORS: the media player battery is very low */
+                title = _("Media player battery low");
 
                 /* TRANSLATORS: the device is just going to stop working */
                 if (battery_level == UP_DEVICE_LEVEL_NONE)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]