Apply patch [#23782] Fix typo in netrender UI

Submitted by Imran Syed (freakabcd)
This commit is contained in:
Nathan Letwory
2010-09-13 22:57:35 +00:00
parent 55f7451c52
commit 4554278a1c

View File

@@ -119,7 +119,7 @@ class RENDER_PT_network_settings(bpy.types.Panel, RenderButtonsPanel):
split = layout.split(percentage=0.7)
col = split.column()
col.label(text="Server Adress:")
col.label(text="Server Address:")
col.prop(netsettings, "server_address", text="")
col = split.column()