Skip to content

Commit 853d1ad

Browse files
committedJan 14, 2014
CODING
Small typo fix in coding doc
1 parent 1be2674 commit 853d1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/CODING.t2t

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

0 commit comments

Comments
 (0)
Please sign in to comment.