<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Explicit left edge to avoid overlapping build tools -->
<floater name="telehub" title="TELEHUB">
	<text name="status_text_connected">
		Telehub connected to object [OBJECT]
	</text>
	<text name="status_text_not_connected">
		No telehub connected.
	</text>
	<text name="help_text_connected">
		To remove, click Disconnect.
	</text>
	<text name="help_text_not_connected">
		Select object and click Connect Telehub.
	</text>
	<button label="Connect Telehub" name="connect_btn"/>
	<button label="Disconnect" name="disconnect_btn"/>
	<text name="spawn_points_text">
		Spawn Points (positions, not objects):
	</text>
	<button label="Add Spawn" name="add_spawn_point_btn"/>
	<button label="Remove Spawn" name="remove_spawn_point_btn"/>
	<text name="spawn_point_help">
		Select object and click &quot;Add Spawn&quot; to specify position.
You can then move or delete the object.
Positions are relative to the telehub center.
Select an item in list to highlight it inworld.
	</text>
</floater>