Exposed filter change Year to Any

Question:
Within Views Exposed Filter how to change Year to Any?

Within Views module when using Date module how to change exposed filter 'Year' to something else like 'Any'.

1. Edit date module file: date/date_api_elements.inc.

2. Insert the line below within the "function date_select_process($element, $edit, $form_state, $form)" and before "return $element;"

$element['year']['#options'][''] = 'Any';

Original Ref: http://drupal.org/node/1145552

Taxonomy: