diff --git a/enzevalos_iphone/PasteKeyViewController.swift b/enzevalos_iphone/PasteKeyViewController.swift
index 443586f60bedf61c6b31cd8f31d16c3f8fd6517c..ada1b78151780bcaaee6c7e7091b2d60abf532c8 100644
--- a/enzevalos_iphone/PasteKeyViewController.swift
+++ b/enzevalos_iphone/PasteKeyViewController.swift
@@ -162,7 +162,7 @@ class PasteKeyViewController: UIViewController, UITextViewDelegate {
                 publicKeys.append(key)
             }
         }
-        if keys.count > 0 {
+        if tempKeys.count > 0 {
             return .KEY
         }
         return .WRONGFORMAT
diff --git a/enzevalos_iphone/de.lproj/Localizable.strings b/enzevalos_iphone/de.lproj/Localizable.strings
index 2ea54f9e559c320cfc23545407af0c12b4fb0320..40f27258f6ed7b601422cb086bdbf21d6ff8066a 100644
--- a/enzevalos_iphone/de.lproj/Localizable.strings
+++ b/enzevalos_iphone/de.lproj/Localizable.strings
@@ -316,7 +316,7 @@
 "Import.PasteKey.Area.Default" = "Bitte, füge den Schlüssel hier ein...";
 "Import.PasteKey.Info.Start" = "Du kannst einen Schlüssel aus einer Mail, Datei oder von einer Webseite kopieren und unten einfügen. \nEin Schlüssel beginnt mit -----BEGIN PGP PUBLIC KEY BLOCK-----.";
 "Import.PasteKey.Info.WrongFormat" = "Dein eingefügter Text sieht wie ein Schlüssel aus, aber ist nicht korrekt. Bitte überprüfe den Text nochmal.\nEin Schlüssel startet mit -----BEGIN PGP PUBLIC KEY BLOCK----- und endet mit -----END PGP PUBLIC KEY BLOCK-----.";
-"Import.PasteKey.Info.NoKeyFormat" = "Dein eingefügter Text beinhaltet keinen Schlüssel. \nEin Schlüssel startet mit -----BEGIN PGP PUBLIC KEY BLOCK----- und endet mit -----END PGP PUBLIC KEY BLOCK-----.";
+"Import.PasteKey.Info.NoKeyFormat" = "Dein eingefügter Text beinhaltet keinen Schlüssel. \nEin Schlüssel startet mit -----BEGIN PGP PUBLIC KEY BLOCK----- und endet mit -----END PGP PUBLIC KEY BLOCK-----.\n Falls das Problem weiterbesteht, ünterstützen wir das Schlüsselformat nicht. Sorry!";
 "Import.PasteKey.Info.Key" = "Dein eingefügter Text beinhaltet mindestens einen Schlüssel. Klicke auf Weiter um die Schlüssel auszuwählen.";
 "Key.DiscoveryChannel" = "Erhalten durch ";
 "Key.DiscoveryChannel.Mail" = "mail";
diff --git a/enzevalos_iphone/en.lproj/Localizable.strings b/enzevalos_iphone/en.lproj/Localizable.strings
index 1c14f5155a3401b06cc7588e299cdc06690d1441..672ba8888e6695daf198bc286272ef3acf3797ca 100644
--- a/enzevalos_iphone/en.lproj/Localizable.strings
+++ b/enzevalos_iphone/en.lproj/Localizable.strings
@@ -285,7 +285,7 @@
 "Import.PasteKey.Area.Default" = "Please, paste a key here...";
 "Import.PasteKey.Info.Start" = "You can copy a key from a mail, file or website and and paste it below. \nA key starts with -----BEGIN PGP PUBLIC KEY BLOCK-----.";
 "Import.PasteKey.Info.WrongFormat" = "Your pasted text looks like a key but is not correct. Please, check your input again. \nA key starts with -----BEGIN PGP PUBLIC KEY BLOCK----- and ends with -----END PGP PUBLIC KEY BLOCK-----.";
-"Import.PasteKey.Info.NoKeyFormat" = "Your pasted text does not contain a key. \nA key starts with -----BEGIN PGP PUBLIC KEY BLOCK----- and ends with -----END PGP PUBLIC KEY BLOCK-----.";
+"Import.PasteKey.Info.NoKeyFormat" = "Your pasted text does not contain a key. \nA key starts with -----BEGIN PGP PUBLIC KEY BLOCK----- and ends with -----END PGP PUBLIC KEY BLOCK-----. \nIf the problem still appears, we might not support the key format. Sorry!";
 "Import.PasteKey.Info.Key" = "Your pasted text contains at least one key. Please, go ahead to get an overview about them.";
 "Key.DiscoveryChannel" = "Discovered by ";
 "Key.DiscoveryChannel.Mail" = "mail";