I'm currently trying to get used to programming Apps on OS X with Obj-C and cocoa and stumbled upon a small question in core data. My application works so far, except I would like to name the edit and undo menu items (like "undo new x" or "undo edit name" and so on).
I've googled, but so far come up with no solution. I've read about a .strings file, but I don't think, that this file gives me the freedom I want to name my undo and redo items.
I know how to do it without core data. But I don't know where and what I should edit to do this with core data.