shortenReason
shortWhy = (why != alert_text ? shortenReason(why) : why);
shortWhy = (why ? shortenReason(why) : alert_text);