Commit c32d3b110 for imagemagick.org
commit c32d3b1101c6fa727d746b69522d2e613b931d2b
Author: Cristy <urban-warrior@imagemagick.org>
Date: Sun Apr 19 07:26:37 2026 -0400
update exception message
diff --git a/config/english.xml b/config/english.xml
index 3654ecf35..2b3245be5 100644
--- a/config/english.xml
+++ b/config/english.xml
@@ -1027,7 +1027,7 @@
<policy>
<error>
<message name="NotAuthorized">
- attempt to perform an operation not allowed by the security policy
+ attempt to perform an operation not authorized by the security policy
</message>
</error>
</policy>
diff --git a/config/francais.xml b/config/francais.xml
index a044d2ebd..5ff76982f 100644
--- a/config/francais.xml
+++ b/config/francais.xml
@@ -1015,7 +1015,7 @@
<policy>
<error>
<message name="NotAuthorized">
- attempt to perform an operation not allowed by the security policy
+ attempt to perform an operation not authorized by the security policy
</message>
</error>
</policy>