mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-16 05:45:04 -05:00
use "Key ID" for beautify
This commit is contained in:
parent
2d438fbc27
commit
a96813198c
@ -291,7 +291,7 @@ public class KeyFormattingUtils {
|
||||
}
|
||||
|
||||
public static String beautifyKeyIdWithPrefix(Context context, String idHex) {
|
||||
return "ID: " + beautifyKeyId(idHex);
|
||||
return "Key ID: " + beautifyKeyId(idHex);
|
||||
}
|
||||
|
||||
public static String beautifyKeyIdWithPrefix(Context context, long keyId) {
|
||||
|
Loading…
Reference in New Issue
Block a user