Always show creation time for own keys, and show as "just now" for new keys

This commit is contained in:
Vincent Breitmoser
2018-03-31 00:13:49 +02:00
parent 5032453dc2
commit a1da52420e
2 changed files with 27 additions and 10 deletions

View File

@@ -167,7 +167,8 @@
<string name="label_keyservers">"Manage OpenPGP keyservers"</string>
<string name="label_key_id">"Key ID"</string>
<string name="label_key_id_colon">"Key ID:"</string>
<string name="label_key_created">"Key created %s"</string>
<string name="label_key_created">"Created %s"</string>
<string name="label_key_created_just_now">"Created just now"</string>
<string name="label_key_type">"Type"</string>
<string name="label_creation">"Creation"</string>
<string name="label_creation_colon">"Creation:"</string>