mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-17 21:02:17 -05:00
Fix app name in PGP header, closing #663
This commit is contained in:
parent
3d8e6b303c
commit
48c96184dc
@ -60,7 +60,7 @@ public class PgpHelper {
|
||||
}
|
||||
|
||||
public static String getFullVersion(Context context) {
|
||||
return "OpenPGP Keychain v" + getVersion(context);
|
||||
return "OpenKeychain v" + getVersion(context);
|
||||
}
|
||||
|
||||
// public static final class content {
|
||||
|
Loading…
Reference in New Issue
Block a user