]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
logind: use consistent casing in message
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 30 May 2022 09:50:29 +0000 (11:50 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 31 May 2022 13:59:40 +0000 (15:59 +0200)
The other strings use "sentence capitalization". Let's do the
same here.

src/login/logind-action.c

index 7de943922177201d484f70a86f07a612c35b612e..76fdd2e9e6cdb61d64592bf29fd05f815a50c1a5 100644 (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...",