diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-22 01:40:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-22 15:42:11 +0200 |
| commit | 92472d51372c552fdc2c85a1197b326470addf64 (patch) | |
| tree | dd8657d0ba5f1422696f5aadaf596987777f6e72 | |
| parent | 615a8e6967b5b0b59cf191a104569f05a6f0227b (diff) | |
Modify policy as it is now used for unmount too.
| -rw-r--r-- | platform/linux/com.dcpomatic.write-drive.policy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linux/com.dcpomatic.write-drive.policy b/platform/linux/com.dcpomatic.write-drive.policy index 4031300a0..dd979761a 100644 --- a/platform/linux/com.dcpomatic.write-drive.policy +++ b/platform/linux/com.dcpomatic.write-drive.policy @@ -4,8 +4,8 @@ <vendor>DCP-o-matic</vendor> <vendor_url>https://dcpomatic.com</vendor_url> <action id="com.dcpomatic.write-drive"> - <description gettext-domain="dcpomatic">Format a drive and write a DCP to it</description> - <message gettext-domain="dcpomatic">Authentication is required to format the drive and write the DCP</message> + <description gettext-domain="dcpomatic">Unmount, format a drive and write a DCP to it</description> + <message gettext-domain="dcpomatic">Authentication is required to unmount the drive, format it and write the DCP</message> <defaults> <allow_any>no</allow_any> <allow_inactive>no</allow_inactive> |
