From ef1876bf5343a0db87eaa41dd0481484a8b3250c Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Thu, 6 Oct 2022 10:53:40 +0200 Subject: [PATCH] fix #1241: Wrong german localisation in workflow preferences --- MacPass/MPDocument.m | 1 - MacPass/de.lproj/WorkflowPreferences.strings | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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";