UI: Remove colons from some labels

The colons are not necessary in these situations because it's clear
that the label applies to the next group of buttons anyway, and they
add unecessary visual complexity. Committing as part of D9924.
This commit is contained in:
Yevgeny Makarov
2021-02-24 13:15:48 -06:00
committed by Hans Goudey
parent bc0e121bce
commit 8cc4366a98
5 changed files with 9 additions and 9 deletions

View File

@@ -1333,7 +1333,7 @@ class USERPREF_PT_saveload_autorun(FilePathsPanel, Panel):
box = layout.box()
row = box.row()
row.label(text="Excluded Paths:")
row.label(text="Excluded Paths")
row.operator("preferences.autoexec_path_add", text="", icon='ADD', emboss=False)
for i, path_cmp in enumerate(prefs.autoexec_paths):
row = box.row()