Fix app name in PGP header, closing #663

This commit is contained in:
Dominik Schürmann 2014-06-19 11:56:36 +02:00
parent 3d8e6b303c
commit 48c96184dc
1 changed files with 1 additions and 1 deletions

View File

@ -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 {