rename version field in data to Keychain

This commit is contained in:
Dominik Schürmann 2013-09-06 13:54:53 +02:00
parent de8e1a39d5
commit 7ba145740b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ import org.sufficientlysecure.keychain.util.Log;
public class ClipboardReflection { public class ClipboardReflection {
private static final String clipboardLabel = "APG"; private static final String clipboardLabel = "Keychain";
/** /**
* Wrapper around ClipboardManager based on Android version using Reflection API * Wrapper around ClipboardManager based on Android version using Reflection API

View File

@ -1798,7 +1798,7 @@ public class PgpMain {
} }
public static String getFullVersion(Context context) { public static String getFullVersion(Context context) {
return "APG v" + getVersion(context); return "OpenPGP Keychain v" + getVersion(context);
} }
/** /**