Being Pedantic - Do you avoid ending labels text with a colon?

Last updated by TiagoAraujo about 5 years ago.See history

Labels provide an easy way to show text in a form. It is recommended to consistently keep labels as clean as possible, without having them ending a colon [ : ], which is a common thing to do in Windows Forms.

Figure: Bad Example - Labels with ":" at the end

Figure: Good Example - Clean labels without ":"

We open source. Powered by GitHub