Fixed spelling errors in comments and some strings, as well as fixed a compilation error (KPKEntry has no entry key, but does have a name field

This commit is contained in:
Maarten Terpstra
2015-10-11 11:25:36 +02:00
parent 9e2012dac9
commit c3cb8ad6a3
56 changed files with 124 additions and 124 deletions

View File

@@ -12,8 +12,8 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
MPUnkownAction, // Neutral element to be used for returns
MPActionAddEntry, // Add an new entry
MPActionAddGroup, // Add a new group
MPActionDuplicateEntry, // Simply duplicate an entry (inlcuding history)
MPActionDuplicateEntryWithOptions, // Request user inptu on what to duplicate
MPActionDuplicateEntry, // Simply duplicate an entry (including history)
MPActionDuplicateEntryWithOptions, // Request user input on what to duplicate
MPActionDelete, // Delete entry or group
MPActionCopyUsername, // copy username to pasteboard
MPActionCopyPassword, // copy password to pasteboard
@@ -25,11 +25,11 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
MPActionEditPassword, // change the database password
MPActionDatabaseSettings, // Show the settings for the database
MPActionEditTemplateGroup, // Edit the Template group
MPActionExportXML, // Exporte as XML
MPActionExportXML, // Export as XML
MPActionImportXML, // Import form XML
MPActionToggleQuicklook,
MPActionShowHistory, // History anzeigen
MPActionExitHistory, // History ausblenden
MPActionShowHistory, // show history
MPActionExitHistory, // exit history
MPActionPerformAutotypeForSelectedEntry // Perform Autotype for selected Entry
};
/**