diff --git a/MacPass/MacPass-Info.plist b/MacPass/MacPass-Info.plist
index 20ce6643..9e474463 100644
--- a/MacPass/MacPass-Info.plist
+++ b/MacPass/MacPass-Info.plist
@@ -80,7 +80,7 @@
NSNetworkVolumesUsageDescription
MacPass need access to Network Volumes to load and save your databases and/or key files there
NSRemovableVolumesUsageDescription
- MacPass need access to Removable lumes to load and save your databases and/or key files there
+ MacPass need access to Removable Volumes to load and save your databases and/or key files there
NSHumanReadableCopyright
Copyright © 2012-2020 HicknHack Software GmbH. All rights reserved.
NSMainNibFile
diff --git a/MacPass/de.lproj/InfoPlist.strings b/MacPass/de.lproj/InfoPlist.strings
index b075b191..3418a5c4 100644
--- a/MacPass/de.lproj/InfoPlist.strings
+++ b/MacPass/de.lproj/InfoPlist.strings
@@ -13,9 +13,24 @@
/* Privacy - AppleEvents Sending Usage Description */
"NSAppleEventsUsageDescription" = "MacPass erlaubt Plugins AppleEvents zu nutzen.";
+/* Privacy - Desktop Folder Usage Description */
+"NSDesktopFolderUsageDescription" = "MacPass greift auf den Schreibtisch zu, um Datenbanken und Schlüsseldateien zu laden oder speichern.";
+
+/* Privacy - Documents Folder Usage Description */
+"NSDocumentsFolderUsageDescription" = "MacPass greift auf den Dokumenteordner zu, um Datenbanken und Schlüsseldateien zu laden oder speichern.";
+
+/* Privacy - Downloads Folder Usage Description */
+"NSDownloadsFolderUsageDescription" = "MacPass greift auf den Downloadordner zu, um Datenbanken und Schlüsseldateien zu laden oder speichern.";
+
/* (No Comment) */
"NSHumanReadableCopyright" = "Copyright ©2012-2020 HicknHack Software GmbH. Alle Rechte vorbehalten.";
+/* Privacy - Network Volumes Usage Description */
+"NSNetworkVolumesUsageDescription" = "MacPass greift auf Netzwerklaufwerke zu, um Datenbanken und Schlüsseldateien zu laden oder speichern.";
+
+/* Privacy - Removable Volumes Usage Description */
+"NSRemovableVolumesUsageDescription" = "MacPass greift auf Wechseldatenträge zu, um Datenbanken und Schlüsseldateien zu laden oder speichern.";
+
/* (No Comment) */
"XML" = "XML";