Renamed clone entry to duplicate entry. Using NSStringFromSelector in MPActionHelper

This commit is contained in:
michael starke
2014-10-29 18:41:25 +01:00
parent 6303436ca9
commit e0d1ad5f22
14 changed files with 123 additions and 120 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
MPActionCloneEntry, // Simply clone an entry (inlcuding history)
MPActionCloneEntryWithOptions, // Request user inptu what clone
MPActionDuplicateEntry, // Simply duplicate an entry (inlcuding history)
MPActionDuplicateEntryWithOptions, // Request user inptu on what to duplicate
MPActionDelete, // Delete entry or group
MPActionCopyUsername, // copy username to pasteboard
MPActionCopyPassword, // copy password to pasteboard