From: Zbigniew Jędrzejewski-Szmek Date: Mon, 30 May 2022 09:50:29 +0000 (+0200) Subject: logind: use consistent casing in message X-Git-Tag: v252-rc1~886^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=978af07f66fcfb21199fa7ec0f4a0b89978eb230;p=thirdparty%2Fsystemd.git logind: use consistent casing in message The other strings use "sentence capitalization". Let's do the same here. --- diff --git a/src/login/logind-action.c b/src/login/logind-action.c index 7de94392217..76fdd2e9e6c 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...",