diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-03-06 23:05:31 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-03-06 23:05:31 +0000 |
| commit | ea751a77126d051f87442e2ff78b159596e69ed9 (patch) | |
| tree | aeb4c47645b8ae9212e3f236b094eab47ae820d9 | |
| parent | b125eed804b8952b3438d728b55a76ccc1d4b424 (diff) | |
Fixed bugzilla bug #241423.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@278 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/dogtag/console-ui/CMSAdminRS.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pki/dogtag/console-ui/CMSAdminRS.properties b/pki/dogtag/console-ui/CMSAdminRS.properties index bbe8f126a..51faba402 100644 --- a/pki/dogtag/console-ui/CMSAdminRS.properties +++ b/pki/dogtag/console-ui/CMSAdminRS.properties @@ -610,7 +610,7 @@ CRLSETTING_DIALOG_GRACENUMBER_MESSAGE=Grace period must be a positive integer! CRLCACHE_TITLE=Cache CRLCACHE_BORDER_CACHE_LABEL=CRL Cache CRLCACHE_LABEL_CACHE_LABEL=Enable CRL cache: -CRLCACHE_LABEL_INTERVAL_LABEL=Update cache every +CRLCACHE_LABEL_INTERVAL_LABEL=Save cache every CRLCACHE_LABEL_MINUTES_LABEL=minutes CRLCACHE_LABEL_RECOVERY_LABEL=Enable cache recovery: CRLCACHE_DIALOG_BLANKFIELD_TITLE=Error @@ -622,6 +622,7 @@ CRLFORMAT_BORDER_FORMAT_LABEL=CRL Format CRLFORMAT_BORDER_CONTENTS_LABEL=CRL Contents CRLFORMAT_LABEL_EXT_LABEL=Allow extensions for CRLs v2: CRLFORMAT_CHECKBOX_EXPIRED_LABEL=Include expired certificates +CRLFORMAT_CHECKBOX_ONEEXTRATIME_LABEL=Include certificates one extra time after their expiration CRLFORMAT_CHECKBOX_CACERTSONLY_LABEL=CA certificates only CRLFORMAT_CHECKBOX_PROFILECERTSONLY_LABEL=Certificates issued according to profiles: CRLFORMAT_LABEL_MESSAGEDIGEST_LABEL=Revocation list signing algorithm: |
