From 978af07f66fcfb21199fa7ec0f4a0b89978eb230 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 30 May 2022 11:50:29 +0200 Subject: [PATCH] logind: use consistent casing in message The other strings use "sentence capitalization". Let's do the same here. --- src/login/logind-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login/logind-action.c b/src/login/logind-action.c index 7de9439221..76fdd2e9e6 100644 --- a/src/login/logind-action.c +++ b/src/login/logind-action.c @@ -129,7 +129,7 @@ int manager_handle_action( bool is_edge) { static const char * const message_table[_HANDLE_ACTION_MAX] = { - [HANDLE_POWEROFF] = "Powering Off...", + [HANDLE_POWEROFF] = "Powering off...", [HANDLE_REBOOT] = "Rebooting...", [HANDLE_HALT] = "Halting...", [HANDLE_KEXEC] = "Rebooting via kexec...", -- 2.25.1