fix: wrong orthograph

This commit is contained in:
Swann
2020-06-16 18:50:08 +02:00
parent cc6d1a35bc
commit 32669cef22
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -315,7 +315,7 @@ class SESSION_PT_user(bpy.types.Panel):
split = box.split(factor=0.35) split = box.split(factor=0.35)
split.label(text="user") split.label(text="user")
split = split.split(factor=0.5) split = split.split(factor=0.5)
split.label(text="localisation") split.label(text="location")
split.label(text="frame") split.label(text="frame")
split.label(text="ping") split.label(text="ping")