[gnome-control-center/wip/hadess/power-profile-holds: 3/3] power: Reword lap mode info message




commit a6dc641a676a26ae80b5a460b61451ad476d45e2
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jul 16 11:33:38 2021 +0200

    power: Reword lap mode info message
    
    Reword the lap mode info message slightly as the performance mode might
    not have been what the user requested, but the warning should stay until
    cleared nonetheless.

 panels/power/cc-power-panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/power/cc-power-panel.c b/panels/power/cc-power-panel.c
index ea2b374bc..a6e02f7a1 100644
--- a/panels/power/cc-power-panel.c
+++ b/panels/power/cc-power-panel.c
@@ -1415,7 +1415,7 @@ power_profile_update_info_boxes (CcPowerPanel *self)
       if (g_str_equal (degraded, "high-operating-temperature"))
         text = _("Performance mode temporarily disabled due to high operating temperature.");
       else if (g_str_equal (degraded, "lap-detected"))
-        text = _("Lap detected: performance mode temporarily disabled. Move the device to a stable surface 
to restore.");
+        text = _("Lap detected: performance mode temporarily unavailable. Move the device to a stable 
surface to restore.");
       else
         text = _("Performance mode temporarily disabled.");
 


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