diff options
Diffstat (limited to 'OpenKeychain')
-rw-r--r-- | OpenKeychain/src/main/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 18007c53f..e6a336853 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -287,15 +287,15 @@ <string name="choice_select_cert">"Select a Key"</string> <string name="filemanager_title_open">"Open…"</string> <string name="rsa_2048">"RSA 2048"</string> - <string name="rsa_2048_description_html">"smaller filesize, considered secure until 2030"</string> + <string name="rsa_2048_description_html">"smaller file size, considered secure until 2030"</string> <string name="rsa_3072">"RSA 3072"</string> <string name="rsa_3072_description_html">"recommended, considered secure until 2040"</string> <string name="rsa_4096">"RSA 4096"</string> <string name="rsa_4096_description_html">"larger file size, considered secure until 2040+"</string> <string name="ecc_p256">"ECC P-256"</string> - <string name="ecc_p256_description_html">"very tiny filesize, considered secure until 2040 <br/> <u>experimental and not supported by all implementations</u>"</string> + <string name="ecc_p256_description_html">"very tiny file size, considered secure until 2040 <br/> <u>experimental and not supported by all implementations</u>"</string> <string name="ecc_p521">"ECC P-521"</string> - <string name="ecc_p521_description_html">"tiny filesize, considered secure until 2040+ <br/> <u>experimental and not supported by all implementations"</u></string> + <string name="ecc_p521_description_html">"tiny file size, considered secure until 2040+ <br/> <u>experimental and not supported by all implementations"</u>"</string> <string name="usage_none">"None (subkey binding only)"</string> <string name="usage_sign">"Sign"</string> <string name="usage_encrypt">"Encrypt"</string> |