]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sysupdate: Fix a minor typo in the polkit policy 42209/head
authorPhilip Withnall <pwithnall@gnome.org>
Wed, 20 May 2026 16:10:06 +0000 (17:10 +0100)
committerPhilip Withnall <pwithnall@gnome.org>
Thu, 21 May 2026 10:51:27 +0000 (11:51 +0100)
‘cleanup’ is a noun; ‘clean up’ is a verb.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
src/sysupdate/org.freedesktop.sysupdate1.policy

index 2d3abdc7420d2979c4bda03dde4b81edef0da605..d74cf2066c8a4c69f85edf02b90e39476de791cd 100644 (file)
@@ -95,8 +95,8 @@
         </action>
 
         <action id="org.freedesktop.sysupdate1.vacuum">
-                <description gettext-domain="systemd">Cleanup old system updates</description>
-                <message gettext-domain="systemd">Authentication is required to cleanup old system updates.</message>
+                <description gettext-domain="systemd">Clean up old system updates</description>
+                <message gettext-domain="systemd">Authentication is required to clean up old system updates.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>