summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2026-06-17 15:07:25 -0400
committerVictor Kareh <[email protected]>2026-06-17 19:48:14 -0400
commit5d57ff70a38801c26f77b71d0db86cb530252022 (patch)
tree9fcb73747d645f88f60f8035a2e191cb5152ffc9
parent47bb93871548eced8f52ba95ecfdee4d8c3eb264 (diff)
downloadmate-power-manager-master.tar.bz2
mate-power-manager-master.tar.xz
gpm-manager: Remove unsupported markupHEADmaster
The notification spec only supports a handful of tags and <br> is not one of them. Fixes #272
-rw-r--r--src/gpm-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpm-manager.c b/src/gpm-manager.c
index 6a8cc1e..4195477 100644
--- a/src/gpm-manager.c
+++ b/src/gpm-manager.c
@@ -1596,7 +1596,7 @@ gpm_manager_engine_charge_action_cb (GpmEngine *engine, UpDevice *device, GpmMan
} else if (policy == GPM_ACTION_POLICY_SUSPEND) {
/* TRANSLATORS: computer will suspend */
message = g_strdup (_("The battery is below the critical level and "
- "this computer is about to suspend.<br>"
+ "this computer is about to suspend.\n"
"<b>NOTE:</b> A small amount of power is required "
"to keep your computer in a suspended state."));