Fix many typos and other issues in UI messages.

This commit is contained in:
2020-02-17 13:00:01 +01:00
parent 2d1b05a15f
commit d119e163d0
40 changed files with 156 additions and 116 deletions

View File

@@ -1837,7 +1837,7 @@ class USERPREF_PT_addons(AddOnPanel, Panel):
# WARNING: 2.8x exception, may be removed
# use disabled state for old add-ons, chances are they are broken.
if is_addon_27x:
sub.label(text="upgrade to 2.8x required")
sub.label(text="Upgrade to 2.8x required")
sub.label(icon='ERROR')
# Remove code above after 2.8x migration is complete.
elif info["warning"]: