Cataclysm Macro Help (Druid forms abilities)

Can someone tell me what is wrong with this macro?

#showtooltip
/cast [nomod,Form:1] Mangle(Bear Form); [nomod,Form:3] Mangle(Cat Form);
/cast [mood:Shift,Form:1] Swipe(Bear Form); [mod:shift,Form:3] Swipe(Cat Form);

Goals:
I want it to show the correct tooltip in bear form and cat form.
Saves me from having to make 2 separate macros

Current Problem:
Shows only the bear form ability in cat form. Will not use the cat form ability in cat form.