In develop's 592db0719953191628501be3b53cf741c87793f2 it's not included. The patch can't apply correctly because in main the space is before [Mute] and in develop it's after.
main:
sClipTitle += QObject::tr(" [Mute]");
develop:
sClipTitle += QObject::tr("[Mute] ");
My patch looks for the version in main. I prefer the main version because the space before [Mute] moves [Mute] a biit away from the clip's left margin.
In develop's 592db0719953191628501be3b53cf741c87793f2 it's not included. The patch can't apply correctly because in main the space is before [Mute] and in develop it's after.
main:
sClipTitle += QObject::tr(" [Mute]");
develop:
sClipTitle += QObject::tr("[Mute] ");
My patch looks for the version in main. I prefer the main version because the space before [Mute] moves [Mute] a biit away from the clip's left margin.