diff options
| author | Abhishek Koneru <akoneru@redhat.com> | 2012-12-06 21:57:14 -0500 |
|---|---|---|
| committer | Endi Sukma Dewata <edewata@redhat.com> | 2013-01-04 09:46:49 -0500 |
| commit | 776ba2fb2bb8d053aac09d6199e0e7b3fd18a915 (patch) | |
| tree | 7d34bd6c7d048b8903d0fbe330383d58cb9737ec /base/common/src/UserMessages.properties | |
| parent | 58142dbf7ceb966c950db2e83373f8407e74dd56 (diff) | |
| download | pki-abhishek-34.tar.gz pki-abhishek-34.tar.xz pki-abhishek-34.zip | |
Ticket 214 - Proper error message when adding a duplicate userabhishek-34
Diffstat (limited to 'base/common/src/UserMessages.properties')
| -rw-r--r-- | base/common/src/UserMessages.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/common/src/UserMessages.properties b/base/common/src/UserMessages.properties index 694c31d65..01d5fbc0f 100644 --- a/base/common/src/UserMessages.properties +++ b/base/common/src/UserMessages.properties @@ -554,6 +554,7 @@ CMS_USRGRP_SRVLT_CERT_NOT_YET_VALID=Certificate not yet valid CMS_USRGRP_SRVLT_CERT_O_ERROR=Certificate related error CMS_USRGRP_USER_ADD_FAILED=Failed to add user CMS_USRGRP_USER_ADD_FAILED_1=Failed to add user. Missing \"{0}\" +CMS_USRGRP_USER_ADD_FAILED_2=An user already exits with the user id \"{0}\". CMS_USRGRP_USER_MOD_FAILED=Failed to modify user. CMS_USRGRP_USER_MOD_FAILED_1=Failed to modify user. Missing \"{0}\" CMS_USRGRP_SRVLT_USER_CERT_EXISTS=Failed to add cert: The certificate you tried to add already exists |
