cat description bug
/includes/categories.phpon
line 92
$cat_menu .= '<li class="maincat cat-item-'. $cat->term_id .'"><a href="'. get_term_link( $cat, $options['taxonomy'] ) .'" title="'. esc_attr( $cat->description ) .'">'. $cat->name . $show_count . '</a>';
you should replace . esc_attr( $cat->description ) . with " title="'. esc_attr( $cat->name ) .'"
Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.