[gnome-control-center/wip/hadess/power-profile-holds: 6/6] power: Reword lap mode info message
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/hadess/power-profile-holds: 6/6] power: Reword lap mode info message
- Date: Mon, 19 Jul 2021 18:23:30 +0000 (UTC)
commit 6762334ee86721e8240d85aaa3f22b6d170690f9
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]