Localization

This commit is contained in:
michael starke
2013-05-12 01:04:16 +02:00
parent e5355393f1
commit 73bd260c46
3 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGroupKey";
KdbEntry *newEntry = [self.tree createEntry:parent]; KdbEntry *newEntry = [self.tree createEntry:parent];
newEntry.title = NSLocalizedString(@"DEFAULT_ENTRY_TITLE", @"Title for a newly created entry"); newEntry.title = NSLocalizedString(@"DEFAULT_ENTRY_TITLE", @"Title for a newly created entry");
[[self undoManager] registerUndoWithTarget:self selector:@selector(deleteEntry:) object:newEntry]; [[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]; [parent addEntry:newEntry];
return newEntry; return newEntry;
} }

View File

@@ -46,7 +46,7 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>6AA</string> <string>6AE</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string> <string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>

Binary file not shown.