UI: Fix some small ui inconsistencies

- Use "..." to indicate non immediate action.
- First letter of words in labels should be capitalized.
This commit is contained in:
Aaron Carlisle
2017-06-09 15:23:44 -04:00
parent e0bc5b533c
commit f0bbb67e8a
4 changed files with 9 additions and 9 deletions

View File

@@ -560,7 +560,7 @@ class USERPREF_PT_system(Panel):
# 3. Column
column = split.column()
column.label(text="Solid OpenGL lights:")
column.label(text="Solid OpenGL Lights:")
split = column.split(percentage=0.1)
split.label()