logind: use consistent casing in message

The other strings use "sentence capitalization". Let's do the
same here.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2022-05-30 11:50:29 +02:00
parent 3c98bdce55
commit 978af07f66

View File

@@ -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...",