]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
polkit: add missing period in messages
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 21 Aug 2024 22:08:05 +0000 (07:08 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 21 Aug 2024 22:08:05 +0000 (07:08 +0900)
src/import/org.freedesktop.import1.policy
src/login/org.freedesktop.login1.policy
src/resolve/org.freedesktop.resolve1.policy
src/sysupdate/org.freedesktop.sysupdate1.policy

index 45c11def674e7de5a29c619883c6f97a6b2a8489..2909d36ce68aec345fe381312d15fbaa76fd052f 100644 (file)
@@ -20,7 +20,7 @@
 
         <action id="org.freedesktop.import1.import">
                 <description gettext-domain="systemd">Import a disk image</description>
-                <message gettext-domain="systemd">Authentication is required to import an image</message>
+                <message gettext-domain="systemd">Authentication is required to import an image.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>
@@ -30,7 +30,7 @@
 
         <action id="org.freedesktop.import1.export">
                 <description gettext-domain="systemd">Export a disk image</description>
-                <message gettext-domain="systemd">Authentication is required to export disk image</message>
+                <message gettext-domain="systemd">Authentication is required to export disk image.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>
@@ -40,7 +40,7 @@
 
         <action id="org.freedesktop.import1.pull">
                 <description gettext-domain="systemd">Download a disk image</description>
-                <message gettext-domain="systemd">Authentication is required to download a disk image</message>
+                <message gettext-domain="systemd">Authentication is required to download a disk image.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>
@@ -50,7 +50,7 @@
 
         <action id="org.freedesktop.import1.cancel">
                 <description gettext-domain="systemd">Cancel transfer of a disk image</description>
-                <message gettext-domain="systemd">Authentication is required to cancel the ongoing transfer of a disk image</message>
+                <message gettext-domain="systemd">Authentication is required to cancel the ongoing transfer of a disk image.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>
index 226bb4cda436365e23f88af89ecb6dbe570e6ac2..6a6399ac4e7f47d53db065f5458efe9094c281b2 100644 (file)
 
         <action id="org.freedesktop.login1.set-wall-message">
                 <description gettext-domain="systemd">Set a wall message</description>
-                <message gettext-domain="systemd">Authentication is required to set a wall message</message>
+                <message gettext-domain="systemd">Authentication is required to set a wall message.</message>
                 <defaults>
                         <allow_any>auth_admin_keep</allow_any>
                         <allow_inactive>auth_admin_keep</allow_inactive>
index 0470cb70c1e6cbbe136246de9199eacf8ee4d479..b96c8c0d6ade44065605fbe13d7750ede918d593 100644 (file)
@@ -20,7 +20,7 @@
 
         <action id="org.freedesktop.resolve1.register-service">
                 <description gettext-domain="systemd">Register a DNS-SD service</description>
-                <message gettext-domain="systemd">Authentication is required to register a DNS-SD service</message>
+                <message gettext-domain="systemd">Authentication is required to register a DNS-SD service.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>
@@ -31,7 +31,7 @@
 
         <action id="org.freedesktop.resolve1.unregister-service">
                 <description gettext-domain="systemd">Unregister a DNS-SD service</description>
-                <message gettext-domain="systemd">Authentication is required to unregister a DNS-SD service</message>
+                <message gettext-domain="systemd">Authentication is required to unregister a DNS-SD service.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>
index 7c1b94333c835b73e0c5a48a06947cb838c3b59b..047f5d11a45d38c493f49af65750b7a17a955578 100644 (file)
@@ -33,7 +33,7 @@
 
         <action id="org.freedesktop.sysupdate1.check">
                 <description gettext-domain="systemd">Check for system updates</description>
-                <message gettext-domain="systemd">Authentication is required to check for system updates</message>
+                <message gettext-domain="systemd">Authentication is required to check for system updates.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>
@@ -43,7 +43,7 @@
 
         <action id="org.freedesktop.sysupdate1.update">
                 <description gettext-domain="systemd">Install system updates</description>
-                <message gettext-domain="systemd">Authentication is required to install system updates</message>
+                <message gettext-domain="systemd">Authentication is required to install system updates.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>
@@ -53,7 +53,7 @@
 
         <action id="org.freedesktop.sysupdate1.update-to-version">
                 <description gettext-domain="systemd">Install specific system version</description>
-                <message gettext-domain="systemd">Authentication is required to update the system to a specific (possibly old) version</message>
+                <message gettext-domain="systemd">Authentication is required to update the system to a specific (possibly old) version.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>
@@ -63,7 +63,7 @@
 
         <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>
+                <message gettext-domain="systemd">Authentication is required to cleanup old system updates.</message>
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>