rename version field in data to Keychain
This commit is contained in:
@@ -1798,7 +1798,7 @@ public class PgpMain {
|
||||
}
|
||||
|
||||
public static String getFullVersion(Context context) {
|
||||
return "APG v" + getVersion(context);
|
||||
return "OpenPGP Keychain v" + getVersion(context);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user