mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-17 13:39:40 +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;
|
NSError *error;
|
||||||
KPKTree *otherTree;
|
KPKTree *otherTree;
|
||||||
|
|
||||||
|
|
||||||
if(key) {
|
if(key) {
|
||||||
otherTree = [[KPKTree alloc] initWithContentsOfUrl:url key:key error:&error];
|
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"; */
|
/* 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"; */
|
/* Class = "NSBox"; title = "Entry Table"; ObjectID = "2"; */
|
||||||
"2.title" = "Passwort-Tabelle";
|
"2.title" = "Passwort-Tabelle";
|
||||||
|
|||||||
Reference in New Issue
Block a user