summaryrefslogtreecommitdiff
path: root/src/login/logind-dbus.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-05-30 12:08:41 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-06-01 09:23:05 +0200
commit3dbb9bc5eb29b7f3cfcbe61c05922c5360be19ec (patch)
treed8cce6b451aac58f0dbe97c60284c52ab840d474 /src/login/logind-dbus.c
parent978af07f66fcfb21199fa7ec0f4a0b89978eb230 (diff)
downloadsystemd-3dbb9bc5eb29b7f3cfcbe61c05922c5360be19ec.tar.gz
logind: rework wall message about pending shutdown/halt/reboot/…
Those messages simply *feel* dated: "The system is going for suspend NOW!". Let's say "The system will suspend|power off|hibernate|… now!" instead. The exclamation mark is enough to show the urgency. Also, the "the" seemed out of place. We're not talking about a specific reboot.
Diffstat (limited to 'src/login/logind-dbus.c')
-rw-r--r--src/login/logind-dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c
index f7cff58005..888d3f7906 100644
--- a/src/login/logind-dbus.c
+++ b/src/login/logind-dbus.c
@@ -2357,7 +2357,7 @@ static int method_cancel_scheduled_shutdown(sd_bus_message *message, void *userd
}
username = uid_to_name(uid);
- utmp_wall("The system shutdown has been cancelled",
+ utmp_wall("System shutdown has been cancelled",
username, tty, logind_wall_tty_filter, m);
}