Small typo fix in coding doc
This commit is contained in:
Tim Sutton 2014-01-14 16:25:32 +02:00
parent 1be2674afa
commit 853d1ad71c

View File

@ -1462,7 +1462,7 @@ guidelines are followed in layout and design of GUIs.
boxes with only a single widget / item inside.
+ Capitalise first letter only in labels:
Labels (and group box labels) should be written as a phrase with leading
capital letter, and all remaing words written with lower case first letters
capital letter, and all remaining words written with lower case first letters
+ Do not end labels for widgets or group boxes with a colon:
Adding a colon causes visual noise and does not impart additional meaning,
so don't use them. An exception to this rule is when you have two labels next