[Pki-devel] [PATCH] 0071 Improve 'authz manager not found' message string

Fraser Tweedale ftweedal at redhat.com
Thu Jan 14 04:43:54 UTC 2016


Attached patch improves a string.  Pushed under one-liner rule.

master 933004ba052ec1ce93526616c67b5ed272f29779

Cheers,
Fraser
-------------- next part --------------
From 933004ba052ec1ce93526616c67b5ed272f29779 Mon Sep 17 00:00:00 2001
From: Fraser Tweedale <ftweedal at redhat.com>
Date: Thu, 14 Jan 2016 15:26:59 +1100
Subject: [PATCH] Improve 'authz manager not found' message string

---
 base/server/cmsbundle/src/UserMessages.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/server/cmsbundle/src/UserMessages.properties b/base/server/cmsbundle/src/UserMessages.properties
index 7c5c77d5b589886d0a8c6323436a1fdcdd4ce8f9..14f9bef643385a18f00923134b76148fca1e96ad 100644
--- a/base/server/cmsbundle/src/UserMessages.properties
+++ b/base/server/cmsbundle/src/UserMessages.properties
@@ -354,7 +354,7 @@ CMS_AUTHENTICATION_MGR_IMPL_NOT_FOUND=Cannot modify the auth manager plugin. Can
 #
 #######################################################
 CMS_AUTHORIZATION_INTERNAL_ERROR=Authorization encountered an internal error. Detailed msg: {0}
-CMS_AUTHORIZATION_AUTHZMGR_NOT_FOUND=Authorization {0} not found
+CMS_AUTHORIZATION_AUTHZMGR_NOT_FOUND=Authorization manager {0} not found
 CMS_AUTHORIZATION_AUTHZMGR_PLUGIN_NOT_FOUND=Authorization manager plugin name {0} not found
 CMS_AUTHORIZATION_UNKNOWN_PROTECTED_RESOURCE=Unknown protected resource specified: {0}
 CMS_AUTHORIZATION_UNKNOWN_OPERATION=Unknown operation specified: {0}
-- 
2.5.0



More information about the Pki-devel mailing list