Fixes: f3457eaf706b ("seq: port_info: add properties")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
seq_port_info_props[SEQ_PORT_INFO_PROP_TIME_QUEUE] =
g_param_spec_uchar("queue-id", "queue-id",
"The numerical ID of queue to update timestamp "
- "when timestamp-overwrite property is set to "
- "ALSASeq.PortTstampOverwrite.TICK or "
- "ALSASeq.PortTstampOverwrite.REAL. One of "
- "ALSASeqSpecificQueueId is available as well.",
+ "when timestamp-overwrite property is set to True. "
+ "One of ALSASeqSpecificQueueId is available as well.",
0, G_MAXUINT8,
0,
G_PARAM_READWRITE);