diff --git a/MacPass/MPDocument.m b/MacPass/MPDocument.m index 36fee8b6..9f8b5151 100644 --- a/MacPass/MPDocument.m +++ b/MacPass/MPDocument.m @@ -398,7 +398,6 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou NSError *error; KPKTree *otherTree; - if(key) { otherTree = [[KPKTree alloc] initWithContentsOfUrl:url key:key error:&error]; } diff --git a/MacPass/de.lproj/WorkflowPreferences.strings b/MacPass/de.lproj/WorkflowPreferences.strings index 80414f40..56f6bd92 100644 --- a/MacPass/de.lproj/WorkflowPreferences.strings +++ b/MacPass/de.lproj/WorkflowPreferences.strings @@ -1,5 +1,5 @@ /* Class = "NSButtonCell"; title = "Hide application after copying to clipboard"; ObjectID = "1Vr-nY-Ogv"; */ -"1Vr-nY-Ogv.title" = "MacPass nach dem jedem Kopieren in die Zwischenablage ausblenden"; +"1Vr-nY-Ogv.title" = "MacPass nach jedem Kopieren in die Zwischenablage ausblenden"; /* Class = "NSBox"; title = "Entry Table"; ObjectID = "2"; */ "2.title" = "Passwort-Tabelle";