Update welcome text

This commit is contained in:
luboslenco 2019-02-07 21:31:34 +01:00
parent 18c09a0d5b
commit 0c01a9b726

View file

@ -92,7 +92,7 @@ class ArmoryAddonPreferences(AddonPreferences):
def draw(self, context):
self.skip_update = False
layout = self.layout
layout.label(text="Welcome to Armory! Click 'Save Preferences' at the bottom to keep Armory enabled.")
layout.label(text="Welcome to Armory! Click 'Save Preferences' to keep Armory enabled.")
p = bundled_sdk_path()
if os.path.exists(p):
layout.prop(self, "sdk_bundled")