0

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.

yan.kun
  • 6,820
  • 2
  • 29
  • 38
  • This question appears to be off-topic because the accepted answer is a link-only answer to a site which is no longer available. Maybe the Wayback Machine could be used, but as it stands, the answer is unhelpful, and therefore this question is unhelpful. – Jonathan Leffler May 15 '14 at 21:20

1 Answers1

1

Maybe this article might be of help. (404 as of 2014-05-15.)


Wayback Machine URL:

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
David
  • 7,310
  • 6
  • 41
  • 63