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




commit 08cd0eac49b21e0473cacba86b1a81525d34d34d
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 4f1989cdf..740d52c64 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]