mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 22:42:18 +00:00
Renamed clone entry to duplicate entry. Using NSStringFromSelector in MPActionHelper
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user