diff options
author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2010-04-27 00:30:34 +0000 |
---|---|---|
committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2010-04-27 00:30:34 +0000 |
commit | 89020abd07d887957e614d1711c7b28caaa2fb1b (patch) | |
tree | 22d887605bce5fffd752e3cc77895758412f90fa | |
parent | eced4561ed154777baa45d79152aca273a7528cc (diff) | |
download | pki-89020abd07d887957e614d1711c7b28caaa2fb1b.tar.gz pki-89020abd07d887957e614d1711c7b28caaa2fb1b.tar.xz pki-89020abd07d887957e614d1711c7b28caaa2fb1b.zip |
Fixed bugzilla bug #553423
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1088 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r-- | pki/base/common/src/LogMessages_en.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/base/common/src/LogMessages_en.properties b/pki/base/common/src/LogMessages_en.properties index 60fe43cd8..28616d370 100644 --- a/pki/base/common/src/LogMessages_en.properties +++ b/pki/base/common/src/LogMessages_en.properties @@ -1228,7 +1228,7 @@ CMSGW_REQUEST_ID_NOT_FOUND_1=Request ID {0} was not found in the request queue. CMSGW_ERROR_UPDATE_REQUEST_1=Error updating request ID {0} in the database. CMSGW_ERROR_FORMING_EXT_1=Error forming a {0} extension. CMSGW_INVALID_SERIAL_NUMBER=Certificate Serial number is not set or invalid. -CMSGW_CERT_SERIAL_NOT_FOUND_1=Certificate Serial Number {0} not found +CMSGW_CERT_SERIAL_NOT_FOUND_1=Certificate serial number {0} not found CMSGW_ERROR_FORMING_PKCS7=Error Forming PKCS #7. CMSGW_ERROR_FORMING_PKCS7_1= Error Forming PKCS #7 for output {0}. CMSGW_ERROR_READING_REQUEST_ID_1=Cannot find Request ID {0} in the database. |