Dialogs.ShowMultiListBox title and message swapped

This occurs in V6.13 and the latest WIP:

image

import Rhino

items = 'One','Two','Three'

Rhino.UI.Dialogs.ShowMultiListBox(
        title="title string",
        message="message string",
        items=items,
        defaults=None)

Got it - thanks.

https://mcneel.myjetbrains.com/youtrack/issue/RH-52181

– Dale