mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-16 23:19:28 +00:00
fix #1241: Wrong german localisation in workflow preferences
This commit is contained in:
@@ -398,7 +398,6 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
||||
NSError *error;
|
||||
KPKTree *otherTree;
|
||||
|
||||
|
||||
if(key) {
|
||||
otherTree = [[KPKTree alloc] initWithContentsOfUrl:url key:key error:&error];
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user