diff options
| -rw-r--r-- | src/gpm-manager.c | 2 |
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.")); |
