[gnome-settings-daemon/wip/hadess/power-empty-notifications: 32/34] power: Fix translator comments copy/paste




commit 1c50d7375f42651ce12d60a313434fedd252a7ad
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jul 21 20:03:41 2021 +0200

    power: Fix translator comments copy/paste

 plugins/power/gsd-power-manager.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/power/gsd-power-manager.c b/plugins/power/gsd-power-manager.c
index 0bb951ce..6aacfb13 100644
--- a/plugins/power/gsd-power-manager.c
+++ b/plugins/power/gsd-power-manager.c
@@ -743,7 +743,7 @@ engine_charge_critical (GsdPowerManager *manager, UpDevice *device)
 
         } else if (kind == UP_DEVICE_KIND_PHONE) {
 
-                /* TRANSLATORS: the cell battery is very low */
+                /* TRANSLATORS: the cell phone battery is very low */
                 title = _("Cell phone battery low");
 
                 /* TRANSLATORS: the device is just going to stop working */
@@ -771,7 +771,7 @@ engine_charge_critical (GsdPowerManager *manager, UpDevice *device)
 
         } else if (kind == UP_DEVICE_KIND_TABLET) {
 
-                /* TRANSLATORS: the cell battery is very low */
+                /* TRANSLATORS: the tablet battery is very low */
                 title = _("Tablet battery low");
 
                 /* TRANSLATORS: the device is just going to stop working */
@@ -785,7 +785,7 @@ engine_charge_critical (GsdPowerManager *manager, UpDevice *device)
 
         } else if (kind == UP_DEVICE_KIND_COMPUTER) {
 
-                /* TRANSLATORS: the cell battery is very low */
+                /* TRANSLATORS: the attached computer, eg. an iPad, battery is very low */
                 title = _("Attached computer battery low");
 
                 /* TRANSLATORS: the device is just going to stop working */


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