mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
logind: use consistent casing in message
The other strings use "sentence capitalization". Let's do the same here.
This commit is contained in:
@@ -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...",
|
||||
|
||||
Reference in New Issue
Block a user