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




commit cf95e9518cb3fb71036ea6b16a81772668880f4b
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 214e9be5f..4b91b26cb 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]