diff --git a/MacPass/MPDocument+Autotype.h b/MacPass/MPDocument+Autotype.h index a552d4c3..e66d6b58 100644 --- a/MacPass/MPDocument+Autotype.h +++ b/MacPass/MPDocument+Autotype.h @@ -30,7 +30,7 @@ * * @param item Item to test for malformation. Allowed Items are KPKNode, KPKEntry, KPKGroup and KPKAutotype * - * @return YES if the given item is considered a possible candiate. NO in all other cases + * @return YES if the given item is considered a possible candidate. NO in all other cases */ + (BOOL)isCandidateForMalformedAutotype:(id)item; diff --git a/MacPass/de.lproj/Localizable.strings b/MacPass/de.lproj/Localizable.strings index 3041369b..e1be8f2f 100644 Binary files a/MacPass/de.lproj/Localizable.strings and b/MacPass/de.lproj/Localizable.strings differ diff --git a/MacPass/en.lproj/Localizable.strings b/MacPass/en.lproj/Localizable.strings index ef0e8046..eae9ebab 100644 Binary files a/MacPass/en.lproj/Localizable.strings and b/MacPass/en.lproj/Localizable.strings differ diff --git a/MacPass/fr.lproj/Localizable.strings b/MacPass/fr.lproj/Localizable.strings index 924cc20f..e55bbf16 100644 Binary files a/MacPass/fr.lproj/Localizable.strings and b/MacPass/fr.lproj/Localizable.strings differ