From 92059d6d3b1d449e18006157ba39d26a46c91c90 Mon Sep 17 00:00:00 2001 From: Thialfihar Date: Sun, 18 Jul 2010 06:54:39 +0000 Subject: fixed the made-up word "authentification", also changed the title of that dialog to "Pass Phrase", dialog message then only contains the key details or "Symmetric encryption." Update issue 39 I tried to change "title_athentication", "passPhraseForSymmetricEncryption", and "passPhraseFor" in all languages. I think the changes are correct, but if you guys could make sure I didn't do anything dumb, then that'd be better. :) --- src/org/thialfihar/android/apg/AskForSecretKeyPassPhrase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/org/thialfihar/android/apg/AskForSecretKeyPassPhrase.java b/src/org/thialfihar/android/apg/AskForSecretKeyPassPhrase.java index 7c582ef0c..1e3dd3726 100644 --- a/src/org/thialfihar/android/apg/AskForSecretKeyPassPhrase.java +++ b/src/org/thialfihar/android/apg/AskForSecretKeyPassPhrase.java @@ -40,7 +40,7 @@ public class AskForSecretKeyPassPhrase { PassPhraseCallbackInterface callback) { AlertDialog.Builder alert = new AlertDialog.Builder(context); - alert.setTitle(R.string.title_authentification); + alert.setTitle(R.string.title_authentication); final PGPSecretKey secretKey; final Activity activity = context; -- cgit v1.2.3