Re: Is there a way to pluralize menu items?

2017-04-05 Thread Steve Mills
> On Apr 5, 2017, at 15:51, Daryle Walker wrote: > > Can I do this from validateUserInterfaceItem: instead? Probably. Read the docs and/or try it. Steve via iPad ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not

Re: Is there a way to pluralize menu items?

2017-04-05 Thread Daryle Walker
> On Apr 5, 2017, at 9:10 AM, Steve Mills wrote: > > On Apr 4, 2017, at 22:09:34, Daryle Walker wrote: >> >> I have a menu item named like “Remove Item”. But I added support for >> multiple-selection in the table-view. So is there a way to change the menu

Re: Is there a way to pluralize menu items?

2017-04-05 Thread Charles Srstka
> On Apr 5, 2017, at 8:10 AM, Steve Mills wrote: > > On Apr 4, 2017, at 22:09:34, Daryle Walker > wrote: >> >> I have a menu item named like “Remove Item”. But I added support for >> multiple-selection in the table-view. So is there

Re: Is there a way to pluralize menu items?

2017-04-05 Thread Steve Mills
On Apr 4, 2017, at 22:09:34, Daryle Walker wrote: > > I have a menu item named like “Remove Item”. But I added support for > multiple-selection in the table-view. So is there a way to change the menu > item to “Remove Items” when more than one item is selected. I think there’s

Is there a way to pluralize menu items?

2017-04-04 Thread Daryle Walker
I have a menu item named like “Remove Item”. But I added support for multiple-selection in the table-view. So is there a way to change the menu item to “Remove Items” when more than one item is selected. I think there’s a “stringdict” format that can handle all sorts of plural rules (some