use "Key ID" for beautify
This commit is contained in:
@@ -291,7 +291,7 @@ public class KeyFormattingUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static String beautifyKeyIdWithPrefix(Context context, String idHex) {
|
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) {
|
public static String beautifyKeyIdWithPrefix(Context context, long keyId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user