How to not break text inside a special tag pair?

Hi!

I have a text like this:

<gui>Sensor: Bitte prüfen<gui>

Studio breaks after the colon and I get 2 segments:

<gui>Sensor:<gui>

<gui>Bitte prüfen<gui>

Is there a chance to tell Studio not to break inside gui-Tags at all? Or can we handle the issue differently?

I would like to keep the general colon segmentation rule for other parts, where I need it.

Thnx

Burim