I have a map application, where a user can
add/modify/delete geometric zones. Zones have names
(A, B, C etc).
I am adding the Undo functionality, and need to decide
the right design for the Undo menu item, under Edit.
If I delete a zone, should the Edit->undo menu say:
"Undo Move Zone A" or just "Undo Move"
If I delete multiple zones, should the Undo menu say:
"Undo Move Zone A, Zone B, Zone C", or just "Undo
Move"?
Sandeep