Skip to content

Commit

Permalink
fix MacPass#1241: Wrong german localisation in workflow preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
mstarke committed Oct 6, 2022
1 parent 2b318fc commit ef1876b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MacPass/MPDocument.m
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ - (void)_mergeWithContentsFromURL:(NSURL *)url key:(KPKCompositeKey *)key option
NSError *error;
KPKTree *otherTree;


if(key) {
otherTree = [[KPKTree alloc] initWithContentsOfUrl:url key:key error:&error];
}
Expand Down
2 changes: 1 addition & 1 deletion MacPass/de.lproj/WorkflowPreferences.strings
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit ef1876b

Please sign in to comment.