[Pharo-project] labeled or labelled?
Question to native english speakers, what is correct: a) MyClass labeled: 'foo' b) MyClass labelled: 'foo' for a class MyClass defining an instance variable "label". Me and google would tend to a) but there is a method #labelled: on SystemWindow. Thx T. -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
Den 12.02.2010 13:13, skrev Torsten Bergmann:
Question to native english speakers, what is correct:
a) MyClass labeled: 'foo' b) MyClass labelled: 'foo'
for a class MyClass defining an instance variable "label".
Me and google would tend to a) but there is a method #labelled: on SystemWindow.
Thx T.
AFAIK: labelled - en-GB labeled - en-US Seeing as there is no Behaviour in Smalltalk, I'd go for labeled: Cheers, Henry
participants (2)
-
Henrik Johansen -
Torsten Bergmann