diff --git a/MacPass/MPDocument.m b/MacPass/MPDocument.m
index d86269a8..8489d830 100644
--- a/MacPass/MPDocument.m
+++ b/MacPass/MPDocument.m
@@ -139,7 +139,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGroupKey";
KdbEntry *newEntry = [self.tree createEntry:parent];
newEntry.title = NSLocalizedString(@"DEFAULT_ENTRY_TITLE", @"Title for a newly created entry");
[[self undoManager] registerUndoWithTarget:self selector:@selector(deleteEntry:) object:newEntry];
- [[self undoManager] setActionName:NSLocalizedString(@"ADD_ENTRY_UNDO", @"Create Entry Undo")];
+ [[self undoManager] setActionName:NSLocalizedString(@"UNDO_ADD_ENTRY", @"Create Entry Undo")];
[parent addEntry:newEntry];
return newEntry;
}
diff --git a/MacPass/MacPass-Info.plist b/MacPass/MacPass-Info.plist
index edd21bce..389e5030 100644
--- a/MacPass/MacPass-Info.plist
+++ b/MacPass/MacPass-Info.plist
@@ -46,7 +46,7 @@
CFBundleSignature
????
CFBundleVersion
- 6AA
+ 6AE
LSMinimumSystemVersion
${MACOSX_DEPLOYMENT_TARGET}
NSHumanReadableCopyright
diff --git a/MacPass/en.lproj/Localizable.strings b/MacPass/en.lproj/Localizable.strings
index a4eb301c..38881fc8 100644
Binary files a/MacPass/en.lproj/Localizable.strings and b/MacPass/en.lproj/Localizable.strings differ