Talent switch + mouseover

Now that Nourish is a talent point for resto druids, I want to change my mouseover macro for Cenarion Ward to include Nourish, should I decide to use one over the other.

New macro I tried to make looks like:

#showtooltip
/cast [@mouseover,help,nodead] [talent:1/2] Nourish; [talent:1/3] Cenarion Ward;

and it works as intended except for one thing, the tooltip.
When I have nourish, it shows the tooltip fine. When I have ward, it shows the tooltip until I mouseover something and then it changes to the question mark, as if its trying to find the nourish tooltip instead.

It’s probably an easy fix but i’d rather just ask for help.

All help is appreciated, thanks so much.

/cast [@mouseover,help,nodead,talent:1/2] [help,nodead,talent:1/2] [talent:1/2] Nourish; [@mouseover,help,nodead,talent:1/3] [help,nodead,talent:1/3] [talent:1/3] Cenarion Ward

#showtooltip
/cast [talent:1/2,@mouseover,help,nodead] [talent:1/2] Nourish; [talent:1/3,@mouseover,help,nodead] [talent:1/3] Cenarion Ward

Why the heck does it need to be this convoluted? Is there any reason for this? Thank you very much btw.

Doesn’t. The [help,nodead,talent] condition sets are redundant.